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's the practical difference between fn item and fn pointer?
Sep 19, 2025
rust
callback
function-pointers
Why does &str not implement IntoIterator?
Sep 17, 2025
rust
syntax error near unexpected token `(' in rust [closed]
Sep 18, 2025
syntax
rust
How do I convert an async / standard library future to futures 0.1?
Sep 18, 2025
rust
future
actix-web
Why can a non-capturing closure be used after transferring ownership?
Sep 18, 2025
rust
closures
borrow-checker
ownership
Remote debug of Rust program in Visual Studio Code
Sep 18, 2025
visual-studio-code
rust
remote-debugging
Idiomatic way to call an async Rust function that takes a reference, when I'd want to pass ownership to the function
Sep 17, 2025
rust
Cannot assign to a variable used in a closure because it is borrowed
Sep 18, 2025
rust
closures
Rust egui window size and dark mode
Sep 18, 2025
user-interface
rust
egui
"cannot borrow `*self` as immutable because it is also borrowed as mutable" -- does the compiler really need to be this strict?
Sep 18, 2025
rust
Why doesn't rust complain when you drop a value that lives on the stack
Sep 18, 2025
rust
Axum Middleware to log the response body
Sep 18, 2025
rust
rust-axum
Most efficient way to create a HashMap from Vector fields
Sep 18, 2025
rust
How do I create an nalgebra static matrix by copying from a dynamic matrix view?
Sep 18, 2025
rust
nalgebra
When should I use the --bin option for cargo new?
Sep 18, 2025
rust
rust-cargo
How do I call a C++ constructor using the cxx crate?
Sep 18, 2025
c++
rust
ffi
Get the file name as a string in Rust
Sep 18, 2025
error-handling
rust
compiler-errors
path
filenames
Cargo can't parse the Cargo.toml for url version 0.5.7
Sep 18, 2025
rust
rust-cargo
Will a PhantomPinned member make my struct have a fixed memory address?
Sep 18, 2025
memory
rust
move-semantics
Is it possible to mark a potentially uninitialized variable as good without using unsafe or panicking?
Sep 17, 2025
rust
« Newer Entries
Older Entries »