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
Updating public fields of Rust structs which have private fields
Jan 22, 2022
struct
rust
How to get subslices with neither panicking nor unsafe?
Dec 03, 2021
rust
Conflicting trait implementations even though associated types differ
Aug 23, 2020
generics
struct
types
rust
How difficult is it to allow parallel compilation of code with the Rust stable and nightly channels?
Oct 11, 2017
rust
rust-cargo
Why do `assert_eq` and `assert_ne` exist when a simple `assert` will suffice?
Nov 10, 2022
unit-testing
rust
assert
How does the VecDeque ring buffer work internally?
Sep 05, 2022
collections
rust
queue
What is the stabilization process?
Oct 19, 2022
rust
What is the difference between `&str` and `&'static str` in a static or const?
May 09, 2022
rust
How can I add the to_string() functionality to an enum?
Aug 27, 2022
string
error-handling
rust
traits
Retrieving backtrace from a panic in hook in Rust?
May 07, 2022
logging
rust
backtrace
panic
What is the difference between futures::select! and tokio::select?
Sep 26, 2022
asynchronous
rust
rust-tokio
Mixing anyhow::Result with std::io::Result
May 01, 2022
rust
What is the implicit lifetime for the 1st argument when the 2nd argument is annotated with 'a?
Sep 16, 2022
rust
lifetime
What benefits are there with making println a macro?
Feb 17, 2022
rust
println
How to deny/ban the use of certain external functions
Sep 12, 2022
rust
Getting the error "the trait Sized is not implemented" when trying to return a value from a vector
Feb 02, 2022
rust
Mutating an item inside of nested loops
May 27, 2022
rust
nested-loops
How to Iterator::chain a vector of iterators?
Apr 21, 2022
rust
Why do Arc and Mutex allow me to change the value of an immutable variable?
Mar 26, 2022
rust
Why do I get an error about non-exhaustive patterns?
Nov 28, 2021
rust
pattern-matching
« Newer Entries
Older Entries »