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 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
Why is it possible to move from a field of an immutable struct?
Jun 24, 2026
rust
Optimizing reading a `Vec` of custom types
Jun 24, 2026
rust
Can we implement the Copy and Clone traits to Command struct?
Jun 24, 2026
rust
« Newer Entries
Older Entries »