Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust
Why does creating a mutable reference to a dereferenced mutable reference work?
Aug 25, 2022
rust
Can GCC's ASAN provide the same memory safety as Rust?
Oct 25, 2022
gcc
rust
address-sanitizer
Why can't I use `&Iterator<Item = &String>` as an iterator?
Apr 07, 2022
rust
How to create a dedicated threadpool for CPU-intensive work in Tokio?
Sep 29, 2022
rust
threadpool
rust-tokio
Why does wasm-opt fail in wasm-pack builds when generating a function returning a string?
Sep 05, 2022
rust
webassembly
wasm-bindgen
wasm-pack
rust-wasm
Differences in Type inference for closures and functions in rust
Oct 26, 2022
type-inference
rust
Early-breaking from Rust's match
Oct 13, 2022
pattern-matching
rust
match
break
How to embed a Rust macro variable into documentation?
Oct 18, 2022
macros
documentation
rust
Return last n elements of vector in Rust without mutating the vector
Oct 24, 2022
vector
rust
Why choosing `unwrap_or_else` over `unwrap_or`? [duplicate]
Apr 01, 2020
performance
rust
unwrap
In what scenarios are APIs that don't borrow preferred?
Mar 25, 2022
reference
rust
move-semantics
api-design
borrowing
How to I tell Rust where to look for a static library?
Sep 24, 2020
rust
How to get the size of an already-opened File in Rust?
Oct 29, 2022
file
rust
How do I return an owned array from a function?
May 30, 2017
arrays
rust
rust-0.8
How do I destructure a tuple so that the bindings are mutable?
Oct 31, 2022
rust
How to get the size of a user defined struct? (sizeof)
Nov 20, 2022
memory
rust
sizeof
Transmuting u8 buffer to struct in Rust
Sep 05, 2022
data-structures
rust
How can I store an async function in a struct and call it from a struct instance?
Nov 04, 2022
asynchronous
struct
rust
async-await
future
What is the proper way to use bit array in Rust?
Feb 19, 2022
rust
bitarray
Writing to a file or stdout in Rust
Jan 22, 2021
file
stdio
rust
« Newer Entries
Older Entries »