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 support an unknown or other value for a Serde enum?
Nov 12, 2022
rust
serde
Why is iterating over a collection via `for` loop considered a "move" in Rust?
Dec 24, 2020
rust
move
borrowing
Cycle a Rust iterator a given number of times
Oct 27, 2022
rust
iterator
cycle
Implement fmt::Display for Vec<T>
Nov 11, 2022
printf
rust
traits
How to get a pointer to a containing struct from a pointer to a member?
Aug 31, 2022
pointers
rust
What is the idiomatic way of using an if-let binding when matching a `Result` and still being able to capture the error?
Nov 21, 2022
rust
How do I create a VecDeque from a vector?
Nov 15, 2022
vector
rust
max_by_key on Map doesn't allow destructuring of tuple into key-value pair
Oct 15, 2021
rust
lifetime
Why can fixed-size arrays be on the stack, but str cannot?
Sep 14, 2022
rust
language-lawyer
Why does refactoring by extracting a method trigger a borrow checker error?
Jan 11, 2022
rust
borrow-checker
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
« Newer Entries
Older Entries »