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
What is a macro for concatenating an arbitrary number of components to build a path in Rust?
Nov 13, 2022
path
macros
rust
filepath
How can I reborrow a mutable reference without passing it to a function?
Sep 16, 2022
rust
borrow-checker
Should I use libc::c_char or std::os::raw::c_char?
Feb 26, 2022
rust
ffi
Efficiently mutate a vector while also iterating over the same vector
Jul 24, 2021
rust
How can I find the current Rust compiler's default LLVM target triple?
Nov 06, 2022
rust
llvm
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
« Newer Entries
Older Entries »