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 can a for loop in Rust iterate over a slice or iterator, but not an array?
Aug 25, 2026
arrays
vector
rust
iterator
slice
Filtering an iterator on Vec<&str> how to collect back into Vec<&str> [duplicate]
Aug 26, 2026
rust
What sorting algorithm does Rust's built-in `sort` use?
Aug 26, 2026
algorithm
sorting
rust
How does adding braces to a variable prevent it from being borrowed (owned?) by a match? [duplicate]
Aug 25, 2026
rust
mutable
borrowing
How can I destructure tuples into typed variables?
Aug 25, 2026
types
rust
tuples
pattern-matching
Why use trait bounds in struct definitions with generic type parameters?
Aug 25, 2026
generics
rust
traits
language-design
trait-bounds
difference between reference to a box of an int and reference to an int in rust?
Aug 23, 2026
pointers
reference
rust
mutable
Idiomatic way to set simd lanes to 0 based on mask?
Aug 23, 2026
rust
simd
How does Boxing move data from stack to heap?
Aug 23, 2026
rust
heap-memory
boxing
How to extract Rust code with nested borrows / NLLs into a function
Aug 22, 2026
rust
borrow-checker
How can I provide a reference to a struct that is a sibling? [duplicate]
Aug 21, 2026
rust
Reading Bytes From a Reader
Aug 21, 2026
rust
How to call Vec<>::append() for a moved Vec<> argument?
Aug 21, 2026
rust
vector
« Newer Entries
Older Entries »