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 is Vec::len a method instead of a public property?
Sep 16, 2022
methods
rust
visibility
naming
How do I convert an &i32 to f64?
Sep 30, 2022
rust
What are the differences between [], &[], and vec![]?
Apr 08, 2022
rust
Destructuring an Option<Box<_>> inside a match statement in Rust
Sep 07, 2022
rust
dereference
destructuring
Iterate over a string, n elements at a time
Nov 05, 2021
string
iterator
rust
Matching String: cannot move out of borrowed content
Mar 23, 2022
rust
Tuple splat / apply in Rust
Sep 13, 2022
tuples
rust
How can an IpAddr be converted to an IPv4Addr?
May 05, 2022
rust
Why Mutex was designed to need an Arc in Rust
Oct 28, 2022
rust
mutex
smart-pointers
interior-mutability
How to run for loop on elements of a vector and change the vector inside the for loop and outside the for loop in rust?
Aug 21, 2022
for-loop
rust
move
borrow-checker
ownership
How do I use Serde to deserialize structs with references from a reader?
Apr 21, 2022
rust
yaml
deserialization
lifetime
serde
Is it possible to call a function in Rust by naming its arguments?
Jul 12, 2022
rust
What is the difference between "context" and "with_context" in anyhow?
Jun 24, 2022
methods
error-handling
rust
closures
lazy-evaluation
How to use the mold linker with cargo?
Sep 13, 2022
rust
linker
rust-cargo
mold
Modify struct field inside of Option
Apr 20, 2018
rust
Best way to remove elements of Vec depending on other elements of the same Vec
Sep 20, 2022
rust
borrow-checker
Multiple enum variants with same value?
Sep 03, 2022
rust
How do I close a Unix socket in Rust?
Sep 26, 2022
sockets
unix
rust
Why doesn't the lifetime of a mutable borrow end when the function call is complete?
Feb 04, 2022
rust
Is there a simple way to mutate an enum field in Rust?
Oct 22, 2022
enums
rust
pattern-matching
« Newer Entries
Older Entries »