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
Wrong mapping of C struct to Rust
Jun 25, 2026
rust
stdio
libc
How can I wrap any impl of std::error::Error to ease error propagation?
Jun 26, 2026
rust
How can I specify `Sized` for boxed value
Jun 26, 2026
rust
How do I specify a closure that takes a reference and returns any type implementing a trait with the same lifetime as the reference?
Jun 26, 2026
rust
How to solve "#error Unsupported architecture" when building Rust code with wasm-pack?
Jun 24, 2026
rust
webassembly
Why does my iterative implementation of drop for a linked list still cause a stack overflow?
Jun 26, 2026
list
rust
stack-overflow
Why does changing a variable without a "mut" not throw a mutability error? [duplicate]
Jun 25, 2026
rust
mutability
Return type of .peekable() isn't Peekable<T>
Jun 23, 2026
types
rust
error: reached the recursion limit while auto-dereferencing T
Jun 25, 2026
rust
Why does `Option::map` work with immutable data, but not with mutable data
Jun 24, 2026
rust
reference
immutability
lifetime
mutable
Why doesn't Rust support overloading function or method? [closed]
Jun 25, 2026
rust
Why does this Rust type alias need a lifetime parameter?
Jun 24, 2026
types
rust
type-alias
Using iter.map, why does a closure work but passing the function directly does not?
Jun 25, 2026
rust
iterator
closures
The trait bound io::Error: Clone is not satisfied when implementing a custom error enum
Jun 25, 2026
enums
rust
traits
How can time be mocked in tests in Rust
Jun 25, 2026
rust
Why do I get "can't find crate" that is listed as a dependency in Cargo.toml when I compile with rustc?
Jun 24, 2026
rust
rust-cargo
chrono kills my Rust WebAssembly function
Jun 24, 2026
rust
webassembly
rust-chrono
How to call struct methods inside constructor?
Jun 24, 2026
rust
Splitting a UTF-8 string into chunks
Jun 22, 2026
string
rust
iterator
Why do we need constants in Rust if we have immutable variables?
Jun 25, 2026
variables
rust
constants
immutability
« Newer Entries
Older Entries »