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
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
What is the `PhantomData` actually doing in the implementation of `Vec`? [duplicate]
Nov 19, 2022
rust
How to transfer ownership of a value to C code from Rust?
Jul 22, 2019
rust
ffi
ownership
What is the right way to write double-checked locking in Rust?
Sep 14, 2022
concurrency
rust
double-checked-locking
Taking multiple values in an argument in Clap
Apr 27, 2020
rust
clap
Is there a way to import macros from an external crate during tests only, without any warnings?
Sep 12, 2022
rust
What is the <- symbol in Rust?
Aug 29, 2022
syntax
rust
operators
placement-new
How to move a value out of an object-safe trait object?
Sep 11, 2022
rust
traits
ownership
trait-objects
« Newer Entries
Older Entries »