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 `Arc<T>` require T to be both `Send` and `Sync` in order to be `Send`/`Sync` itself?
Oct 14, 2022
thread-safety
rust
Create an array from a tuple
Nov 08, 2022
rust
Iterate through positional arguments with clap
Apr 20, 2022
rust
clap
Multiple patterns not working with if let
Feb 08, 2019
rust
How do I generate `quote::Tokens` from both a constant value and a collection of values?
Mar 04, 2021
macros
rust
Can't borrow mutably within two different closures in the same scope
May 03, 2020
rust
closures
borrow-checker
Why do I get a "match arms have incompatible types" error in a function returning `impl Trait`?
Jun 20, 2019
rust
Why do trait object vtables contain size and alignment?
Nov 11, 2022
dynamic
rust
vtable
Why does my trait definition compile with the 2015 edition but not with the 2018 edition?
Nov 05, 2022
rust
rust-2018
Why does Rust compile my project again with `cargo build --release` followed by `cargo run`?
Sep 05, 2022
compilation
rust
rust-cargo
Why does 'if let' block the execution with usage of Mutex?
Nov 11, 2022
concurrency
rust
mutex
How to move values out of a vector when the vector is immediately discarded?
Mar 25, 2021
rust
borrow-checker
How do I pass a Trait as application data to Actix Web?
May 18, 2022
rust
traits
actix-web
How to jump to / call arbitrary memory in Rust
May 06, 2022
assembly
rust
x86
jit
How to reason formally about programs using non lexical lifetimes
Mar 09, 2022
rust
borrow-checker
UdpSocket.send_to fails with "invalid argument"
Jun 16, 2021
sockets
udp
rust
How do I ensure that a spawned Child process is killed if my app panics?
Nov 14, 2021
rust
child-process
zombie-process
Why are iterators not copyable?
Jan 18, 2019
rust
Borrow-check error with variable not living long enough in nested lambda
Mar 18, 2021
rust
closures
lifetime
borrow-checker
How can I initialize an array using a function?
Feb 22, 2022
arrays
vector
rust
« Newer Entries
Older Entries »