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 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
Why does println! inline variable syntax look inconsistent?
Jun 25, 2026
rust
syntax
rust-analyzer in VSCode does not work in rustlings workspace
Jun 24, 2026
rust
rust-analyzer
Can a channel's Drop omit Acquire ordering, as in the Rust Atomics and Locks book?
Jun 25, 2026
multithreading
rust
atomic
channel
memory-barriers
A collection of interconnected futures in async Rust w/ tokio
Jun 24, 2026
asynchronous
rust
rust-tokio
Why can I push items into a Vec I am iterating over with a while loop, but not with a for loop?
Jun 24, 2026
rust
borrow
Empty rust file creates massive WASM build
Jun 24, 2026
rust
build
webassembly
« Newer Entries
Older Entries »