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
Is it possible to create a self-referential struct on the stack instead of the heap using Pin?
May 31, 2026
rust
How to make rust-analyzer ignore errors in tests?
Jun 01, 2026
rust
rust-analyzer
can two threads simultaneously panic without aborting?
Jun 01, 2026
rust
Why does Rust complain "borrowed value does not live long enough" when returning an async future from a method?
May 30, 2026
rust
How does one properly handle complex recursive lifetimes?
May 31, 2026
rust
lifetime
What is the idiomatic way in Rust to store a collection of objects to be used as Piston textures or sprites?
May 31, 2026
rust
rust-piston
How can a Vec be returned as a typed array with wasm-bindgen?
May 31, 2026
vector
rust
typed-arrays
wasm-bindgen
How can I implement IndexMut for a type which doesn't store the value itself
May 30, 2026
indexing
rust
Getting basic input for ints
May 30, 2026
rust
rust-obsolete
Rust dead code analysis for code exposed only to the binary in the same lib crate
May 31, 2026
rust
dead-code
rust-clippy
serde-xml-rs: LastElementNameNotAvailable when serializing
May 31, 2026
xml
rust
serde
Is it possible to convert a &[T] or Vec<T> to Arc<Mutex<[T]>>?
May 31, 2026
rust
mutex
automatic-ref-counting
Can Cargo.toml have Cargo tell rustc to include plugins?
May 30, 2026
rust
rust-cargo
Mutating an upvar captured by value in a FnMut closure
May 29, 2026
closures
rust
How should one deal with Boxed trait objects in Rust? [closed]
May 31, 2026
rust
How do I use a const range in a match statement? [duplicate]
May 30, 2026
rust
pattern-matching
How can I deserialize a Prost enum with serde?
May 30, 2026
rust
serde
prost
Can the ? operator be defined for types other than Option and Result?
May 30, 2026
rust
« Newer Entries
Older Entries »