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 does "the concept of a single-threaded program doesn't exist to Rust" with respect to mutable static variables?
Aug 11, 2026
multithreading
rust
static-variables
How does one restrict a lifetime to a closure environment in rust?
Aug 10, 2026
rust
lifetime
How to use C array in a Rust structure [duplicate]
Aug 11, 2026
c
rust
ioctl
General way to own a value (don't specify `Rc` or `Box`)
Aug 11, 2026
rust
ownership
Conditional bounds on trait impl based on feature flag?
Aug 11, 2026
rust
How can I auto-format Rust (and C++) code on commit automatically?
Aug 11, 2026
c++
rust
githooks
pre-commit-hook
rustfmt
why should this be borrowed?
Aug 11, 2026
rust
reference
rust: using hashmap arc and rwlock across multiple threads
Aug 10, 2026
rust
leptos with axum: Issue with wasm-bindgen versions
Aug 10, 2026
rust
wasm-bindgen
rust-axum
leptos
Can I combine variable assignent with an if?
Aug 09, 2026
rust
How to fix "the trait Factory<_, _, _> is not implemented for {function}" error in actix_web?
Aug 11, 2026
rust
serde
actix-web
How to build a pool of mutable Vecs that get reused on Drop?
Aug 10, 2026
rust
pool
refcell
How to pass a method as callback
Aug 10, 2026
callback
rust
Struct with a mutable reference to another instance of the same type
Aug 10, 2026
rust
borrow-checker
borrowed value does not live long enough in loop
Aug 09, 2026
reference
rust
lifetime
borrowing
why DerefMut is not implemented for `std::cell::RefMut<'_, [..]>` which wraps FnMut?
Aug 10, 2026
rust
closures
mutable
How do I hide the console window for a process started with std::process::Command? [duplicate]
Aug 10, 2026
windows
cmd
rust
Hyper error: invalid certificate: UnknownIssuer
Aug 10, 2026
rust
hyper
rust-warp
Techniques for turning recursive functions into iterators in Rust?
Aug 09, 2026
recursion
rust
iterator
Generate random float from Standard Normal distribution and multiply by another float
Aug 09, 2026
random
rust
floating-point
Older Entries »