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
Return &str instead of std::borrow::Cow<'_, str>
Sep 12, 2022
string
rust
Why do I have to declare methods outside a struct in Rust?
Dec 30, 2019
methods
struct
rust
How to implement fmt::Display on a generically-typed enum in Rust?
May 15, 2021
enums
formatting
rust
What's the idiomatic way to make a lookup table which uses field of the item as the key?
Aug 21, 2022
rust
How to convert float to binary without using unsafe code?
Dec 12, 2020
floating-point
rust
ieee-754
Why is the performance of `while` said to be slower than `for` when iterating over an array?
Apr 23, 2022
performance
rust
The trait `std::ops::Add<std::time::Duration>` is not implemented for `chrono::DateTime<chrono::Utc>`
Jun 18, 2022
rust
rust-chrono
Make rustc, cargo, rustup, rustdoc commands work without sudo inside the Windows Subsystem for Linux
Apr 12, 2022
bash
rust
debian
sudo
windows-subsystem-for-linux
What is the standard way to get a Rust thread out of blocking operations?
Jan 21, 2020
multithreading
rust
terminate
Why does pattern matching on &Option<T> yield something of type Some(&T)?
Apr 20, 2022
reference
rust
optional
Why does code that requires user input not work in the Rust Playground?
Oct 25, 2021
rust
How do the thread local variables in the Rust standard library work?
Nov 07, 2022
multithreading
rust
thread-local
thread-local-storage
How do I deserialize the byte stream from a reqwest response into JSON?
Jun 23, 2021
json
rust
deserialization
serde
reqwest
What is the difference between library crates and normal crates in Rust?
Nov 11, 2022
rust
How to correctly use `peek()` in Rust?
Nov 16, 2021
rust
iterator
regex-lookarounds
peek
Dead code warning with multiple binaries?
Jul 08, 2022
rust
rust-cargo
rust-clippy
async function: the trait `std::marker::Send` is not implemented for `std::sync::MutexGuard<'_, Client>`
Aug 30, 2022
rust
How can I switch off rustfmt for a region of code instead of a single item?
Oct 15, 2022
rust
rustfmt
What is the difference between Some and Option in Rust?
Sep 02, 2022
types
rust
optional
Rust Shr Operator
Jul 14, 2022
rust
« Newer Entries
Older Entries »