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 does the `#[lang = "..."]` attribute do?
Aug 12, 2026
rust
How do I use `serde_json_core` to deserialise an array without allocations?
Aug 11, 2026
rust
serde
How to log error and return/continue a result/option
Aug 12, 2026
rust
Call field's function and pass &self in Rust
Aug 11, 2026
rust
borrow-checker
ownership
IntelliJ automatically adds -Z unstable-options when Rust tests are run
Aug 12, 2026
intellij-idea
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
Older Entries »