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
Serialize a json string as object with Serde
Oct 18, 2025
json
rust
serialization
serde
What's the recommended way to produce side effects in control flow using Result?
Oct 16, 2025
rust
control-flow
Can I define a trait with a type parameter of itself in Rust?
Oct 18, 2025
rust
traits
How to modify a Cow variable that uses itself in a loop?
Oct 17, 2025
loops
rust
borrow-checker
borrowing
Can you make a Windows desktop app in Rust and winapi?
Oct 18, 2025
windows
winapi
rust
windows-rs
How to pretty-print inlined variables when formatting strings
Oct 17, 2025
rust
rust-clippy
Can you tell me how to use a timer in Rust?
Oct 17, 2025
rust
timer
Safely treating a `&[T]` as a `&[MaybeUninit<T>]` in Rust
Oct 17, 2025
rust
maybeuninit
How can I take N bits of byte in nom?
Oct 18, 2025
rust
nom
How to load a html from memory to headless Chrome with Rust?
Oct 17, 2025
rust
Conditional compilation: #[cfg(foo)] vs #[cfg(feature = "foo")]
Oct 17, 2025
rust
What's the meaning of bounding a trait by its own generic lifetime (trait Bar<'a>: 'a)?
Oct 17, 2025
generics
rust
traits
lifetime
Cannot call a function in a spawned thread because it "does not fulfill the required lifetime"
Oct 17, 2025
multithreading
closures
rust
lifetime
How to represent an opaque type in a struct field
Oct 16, 2025
rust
opaque-types
Is it possible to have a heterogeneous vector of types that implement Eq?
Oct 16, 2025
rust
Load wasm in VSCode Web Extension
Oct 16, 2025
visual-studio-code
rust
vscode-extensions
webassembly
wasm-bindgen
What is the difference between Cargo's environment variables RUSTC and RUSTC_WRAPPER?
Oct 17, 2025
rust
rust-cargo
error [E0716]: temporary value dropped while borrowed
Oct 17, 2025
rust
Can Rust macros be shared across editions?
Oct 16, 2025
rust
macros
rust-macros
rust-2018
rust-2021
What does it mean to be generic over a closure type in Rust?
Oct 16, 2025
generics
rust
Older Entries »