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 there any mechanism to generate an "ownership tree" visualization with Rust or the Rust tooling?
Jul 02, 2026
rust
ownership
Deprecated alias does not generate a warning
Jul 02, 2026
rust
Unable to load redis module, RedisJSON
Jul 01, 2026
linux
rust
redis
rust-cargo
redisjson
What is the difference between taking a slice and taking a reference to an array as argument?
Jul 03, 2026
arrays
generics
rust
slice
How do I use Option::unwrap_or_default when it contains a reference?
Jul 03, 2026
rust
Why must items on the stack have a size that's known at compile time?
Jul 03, 2026
rust
why are lifetimes not required on generic functions
Jul 03, 2026
rust
lifetime
Why is Iterator::rev defined on Iterator and not DoubleEndedIterator
Jul 02, 2026
rust
iterator
bidirectional
How to see rest of "and X others" in rustc error message?
Jul 01, 2026
rust
rust-cargo
rust-poem
How to check two HashMap are identical in Rust?
Jul 02, 2026
rust
hashmap
language-lawyer
How to set cargo unstable options for a target?
Jul 02, 2026
rust
config
rust-cargo
My struct has a field implementing a generic trait G<T>, but it has no fields using T directly. Is this a legitimate use of PhantomData?
Jul 02, 2026
rust
Download Only Pre-Compiled Binaries of Rust Crates
Jul 02, 2026
rust
Am I forced to create my own Error type?
Jul 02, 2026
error-handling
rust
How to create a Rc<RefCell<>> of a self mutable reference?
Jul 02, 2026
rust
Most efficient way to remove N elements from the front of a VecDeque in rust
Jul 02, 2026
rust
deque
Rust, type definition of vector of tuples
Jun 30, 2026
arrays
syntax
rust
Why does method-call on ambiguous numeric cause error?
Jul 01, 2026
rust
types
syntax
type-inference
Older Entries »