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 to set the socket option SO_REUSEPORT in Rust?
Jan 20, 2022
linux
tcp
server
network-programming
rust
How to convert serde_json::Value into concrete type implementing Deserialize trait?
Nov 12, 2018
json
rust
Is there any way to make more than one `Box` pointing to the same heap memory?
Oct 20, 2022
rust
How do I create a Regex from a user-provided string which contains regex metacharacters?
Jan 21, 2020
regex
rust
Is there a way to negate an Option<bool>?
Jun 15, 2020
rust
How to match on an Option inside an Arc?
Sep 13, 2022
rust
Mutating self in enum method
Feb 28, 2022
enums
rust
self
casting *mut u8 to &[u8] without std
Jul 06, 2022
rust
webassembly
Cannot create new Rust project with Docker: "could not determine the current user"
Sep 15, 2022
docker
rust
How to instantiate a public tuple struct(with private field) from a different module?
Nov 09, 2021
struct
rust
Do lifetime annotations in Rust change the lifetime of the variables?
Oct 03, 2022
reference
rust
lifetime
borrow-checker
How to concatenate static arrays in rust?
Jan 07, 2021
rust
How to get the index of the current element being processed in the iteration without a for loop?
Sep 29, 2020
rust
Why does rust's read_line function use a mutable reference instead of a return value?
Sep 11, 2022
rust
Rust `std::time::Instant` "panicked at 'supplied instant is later than self"
Mar 25, 2022
linux
rust
rayon
amethyst
How can I pull data out of an Option for independent use?
Sep 13, 2022
rust
enums
pattern-matching
optional
Idiomatic way to choose the first Some() Option?
Sep 14, 2022
rust
optional
option-type
Casting to `*mut` overrules the reference not being `mut`
Sep 12, 2022
rust
borrow-checker
How do I declare an instance of one of my Rust structs as static? [duplicate]
Aug 20, 2022
struct
static
rust
Lifetime issue with the Send trait
Oct 16, 2022
send
rust
lifetime
« Newer Entries
Older Entries »