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 can I free all structures that Rust allocated on top of an FFI buffer without freeing the buffer itself?
Apr 11, 2026
rust
ffi
What is the meaning of the error "left-hand of expression not valid"?
Apr 11, 2026
rust
ownership
Can you declare a variable to be saved in a CPU register in Rust?
Apr 11, 2026
rust
cpu-registers
Is there a difference between `for i in &v` and `for i in v`?
Apr 11, 2026
for-loop
rust
reference
Lifetime issue with nom_supreme tag parser in a closure
Apr 11, 2026
rust
nom
Cargo: how does it find git binary to use
Apr 11, 2026
git
rust
rust-cargo
How to set a field of a struct to a const value
Apr 10, 2026
rust
serde
Crash while trying to do bit shift
Apr 10, 2026
rust
Passing a closure to a recursive function
Apr 11, 2026
closures
rust
UDP & TCP Protocols at the same time in Rust [closed]
Apr 10, 2026
sockets
rust
tcp
udp
network-protocols
Rust box a single trait that encompasses generic traits
Apr 10, 2026
rust
TryFrom<T>: conflicting implementation [duplicate]
Apr 09, 2026
rust
How should I use `macro_export` for a custom module
Apr 09, 2026
rust
rust-macros
Unresolved import when importing from a local crate with a main.rs file
Apr 09, 2026
rust
rust-cargo
rust-crates
Error building alsa-sys and libudev-sys for Bevy
Apr 10, 2026
rust
build
bevy
What API design choices exist for a struct that must be pinned?
Apr 09, 2026
rust
"Borrowed Value Does Not Live Long Enough" when pushing into a vector
Apr 09, 2026
list
vector
rust
Rust program requires the libusb DLL to be present even though it was statically linked
Apr 09, 2026
windows
rust
static-libraries
libusb
Cannot borrow data mutably in a `&` reference in array
Apr 09, 2026
rust
mutable
How do you create a CString from a String in rust?
Apr 09, 2026
string
rust
« Newer Entries
Older Entries »