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 to find an element in vector of Option<String> [duplicate]
Feb 07, 2026
vector
rust
find
closures
`.ok_or()` works but `.ok_or_else()` doesn't work even the type signature is the same
Feb 07, 2026
rust
Moving value out of the Box by dereferencing (and what it is desugared into)?
Feb 07, 2026
pointers
rust
reference
dereference
syntactic-sugar
Should I use `stringify!` for non-Rust source code strings like SQL queries?
Feb 07, 2026
sql
rust
How do I parse a JSON body in Rocket when the content type is not "application/json"?
Feb 07, 2026
json
rust
serde
rust-rocket
Is there a range expression that can be used to refer to the last N elements of a slice?
Feb 05, 2026
rust
How to share a pointer to a mutable variable to a thread? [duplicate]
Feb 06, 2026
rust
thread-safety
uci
What is the point of an Infallible Result, over just returning the Ok() branch?
Feb 06, 2026
rust
warp
rust-result
Do Rust closures really not need type annoations?
Feb 07, 2026
rust
closures
Lifetimes when returning a reference to the contents of Rc<RefCell<_>> [duplicate]
Feb 07, 2026
rust
lifetime
How do I obtain a trait object from a wrapper trait object with an associated type?
Feb 06, 2026
rust
associated-types
Is there a way to merge two iterators into the same Vec?
Feb 07, 2026
rust
iterator
How to write a Vec<u8> to a file? [duplicate]
Feb 07, 2026
file
rust
vector
How to format the std::process::Command as a string for debugging
Feb 07, 2026
rust
Calling a generic async function with a (mutably) borrowed argument
Feb 07, 2026
rust
async-await
In Rust, how to template functions returning `impl Iterator<Item = String>`
Feb 07, 2026
rust
Why the env_logger doesn't work in my cli program
Feb 04, 2026
rust
How can I install an executable from a local project systemwide?
Feb 06, 2026
rust
rust-cargo
Using Option<T> as associated type in trait that returns reference to it
Feb 06, 2026
rust
traits
How do I create a function with two generic parameters, which can be whatever kind of number, and perform simple arithmetic with them?
Feb 06, 2026
rust
« Newer Entries
Older Entries »