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
Cannot match on Result in const fn due to "destructor cannot be evaluated at compile-time" even when value isn't dropped
May 24, 2026
rust
constants
destructor
Can I filter out specific a number from a &[u32] and convert it to a Vec<u32>?
May 24, 2026
rust
Unresolved import error E0432 when creating a syntax extension
May 25, 2026
rust
Why is it possible to have multiple mutable references with static lifetime in same scope
May 24, 2026
static
rust
lifetime
Embedding actix-web into a struct so that I can start/stop server
May 23, 2026
rust
rust-actix
Deserialize a vector written with debug trait formatting
May 24, 2026
rust
deserialization
Hash trait does not work for Rc<RefCell<T>> in enum
May 24, 2026
rust
hash
enums
traits
refcell
Mutable borrow issue while looping with reference pivot
May 24, 2026
rust
borrow-checker
How to destructure a Vec into variables that take ownership?
May 23, 2026
rust
Why does `name = *name.trim();` give me `expected struct `std::string::String`, found str`?
May 24, 2026
rust
Concise and safe way to replace certain ASCII chars with other ASCII chars in a string
May 22, 2026
string
rust
Is there a way to impl trait for a tuple that may have any number elements? [duplicate]
May 24, 2026
rust
Can I avoid using explicit lifetime specifiers and instead use reference counting (Rc)?
May 21, 2026
rust
reference
lifetime
reference-counting
borrowing
Pick preferred implementation on conflicting trait implementation (using negative bounds)
May 24, 2026
rust
traits
Calling map on Iter of Results in Rust
May 23, 2026
rust
rust-result
Get the containing folder of a file
May 23, 2026
rust
path
filesystems
Why doesn't the struct update syntax work on non-exhaustive structs?
May 24, 2026
rust
Why do I get 'unstable features are only available in nightly channel' when running rustfmt?
May 24, 2026
rust
rustfmt
« Newer Entries
Older Entries »