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
How can I flatten nested Results?
Jan 02, 2021
error-handling
rust
flatten
"borrowed value does not live long enough" when using the builder pattern
Dec 30, 2021
rust
builder
lifetime
borrow-checker
How do I use the box keyword in pattern matching?
Mar 19, 2022
rust
pattern-matching
boxing
Is it possible to create an Arc<[T]> from a Vec<T>?
Apr 30, 2022
rust
How do I create a BinaryHeap that pops the smallest value, not the largest?
Dec 27, 2021
sorting
rust
binary-heap
How to sort a Vec of structs by a String field?
Dec 25, 2021
rust
What does #[cfg(test)] do when placed at the top of lib.rs?
Nov 05, 2022
rust
What does "Overflow evaluating the requirement" mean and how can I fix it?
Dec 30, 2021
recursion
rust
Vector store mixed types of data in Rust [duplicate]
Sep 07, 2022
vector
type-conversion
rust
Rounding a f64 to nearest i64 in Rust
Sep 16, 2022
floating-point
rust
precision
Is there any different semantics between "(1..4)" and "{1..4}" iteration in Rust?
Aug 20, 2022
rust
Borrow two mutable values from the same HashMap
Sep 15, 2022
rust
Can I find out if a filtered iterator is empty? [duplicate]
Nov 07, 2022
rust
How to initialize a vector with values 0 to n?
Aug 31, 2022
rust
How to iterate over every second number
Sep 05, 2022
loops
rust
Default mutable value from HashMap
Feb 15, 2022
rust
lifetime
Converting a Vec<u32> to Vec<u8> in-place and with minimal overhead
Sep 11, 2022
casting
rust
unsafe
What is the equivalent of a safe memset for slices?
Apr 18, 2022
rust
How to allocate structs on the heap without taking up space on the stack in stable Rust?
Oct 27, 2022
rust
How can I mutate a shared variable from multiple threads, disregarding data races?
Mar 10, 2022
rust
« Newer Entries
Older Entries »