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
How to freeze a thread and notify it from another?
Dec 09, 2022
multithreading
rust
wait
notify
How to "crop" characters off the beginning of a string in Rust?
Dec 10, 2022
string
rust
Declaring a variable of type `String` does not work [duplicate]
Dec 10, 2022
string
rust
variable-declaration
How do I read multiple integers from a single line of stdin?
Dec 10, 2022
rust
Cannot change one value of an enum because it's a re-assignment of an immutable variable
Dec 10, 2022
enums
rust
In memory database design
Dec 09, 2022
rust
How do I map a C struct with padding over 32 bytes using serde and bincode?
Dec 10, 2022
rust
serde
Missing Lifetime Operator
Dec 10, 2022
rust
lifetime
How can I make running a Cargo build script optional?
Dec 10, 2022
build
rust
rust-cargo
Why does Rust use two bytes to represent this enum when only one is necessary?
Dec 10, 2022
enums
rust
memory-layout
Why does the standard library implement conversions from each type to itself?
Dec 09, 2022
rust
type-conversion
identity
traits
How do I import multiple versions of the same crate?
Dec 10, 2022
rust
rust-cargo
How to safely pass a C++ string to Rust?
Dec 10, 2022
c++
rust
Error in compiling Rust into webassembly using emscripten on Windows
Dec 09, 2022
windows
rust
webassembly
emscripten
rustup
Concatenate string literal with another string
Dec 08, 2022
string
concatenation
rust
Rust function returning a closure: ``explicit lifetime bound required"
Dec 08, 2022
rust
How to shuffle a str in place
Dec 08, 2022
rust
Iterate over pairs of chunks without creating a temporary vector
Dec 08, 2022
iterator
rust
How to easily copy a non-mut &[u8] into to a &mut [u8]
Dec 08, 2022
copy
rust
slice
mutability
How does Rust know which types own resources?
Dec 08, 2022
pointers
rust
heap-memory
ownership
« Newer Entries
Older Entries »