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 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
Why doesn't Vec<T> implement the Display trait?
Dec 08, 2022
types
rust
type-systems
How to convert a Option<Result<T, Error>> to an Option<T> without unwrapping it?
Dec 08, 2022
rust
Passing Vec<String> from Rust to char** in C
Dec 08, 2022
rust
libc
unsafe
execvp
Rust returns a result error from fn: mismatched types
Dec 07, 2022
rust
rust-result
Creating a Vec in Rust from a C array pointer and safely freeing it?
Dec 08, 2022
rust
ffi
Why does taking a static reference to a const return a reference to a temporary variable?
Dec 08, 2022
rust
lifetime
borrow-checker
« Newer Entries
Older Entries »