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 choosing `unwrap_or_else` over `unwrap_or`? [duplicate]
Apr 01, 2020
performance
rust
unwrap
In what scenarios are APIs that don't borrow preferred?
Mar 25, 2022
reference
rust
move-semantics
api-design
borrowing
How to I tell Rust where to look for a static library?
Sep 24, 2020
rust
How to get the size of an already-opened File in Rust?
Oct 29, 2022
file
rust
How do I return an owned array from a function?
May 30, 2017
arrays
rust
rust-0.8
How do I destructure a tuple so that the bindings are mutable?
Oct 31, 2022
rust
How to get the size of a user defined struct? (sizeof)
Nov 20, 2022
memory
rust
sizeof
Transmuting u8 buffer to struct in Rust
Sep 05, 2022
data-structures
rust
How can I store an async function in a struct and call it from a struct instance?
Nov 04, 2022
asynchronous
struct
rust
async-await
future
What is the proper way to use bit array in Rust?
Feb 19, 2022
rust
bitarray
Writing to a file or stdout in Rust
Jan 22, 2021
file
stdio
rust
Is it possible to have multiple coexisting Rust installations?
Feb 17, 2021
settings
rust
Is there an equivalent of JavaScript's indexOf for Rust arrays?
May 22, 2018
arrays
rust
How can I skip the Nth element in a Rust iterator?
Oct 18, 2022
iterator
rust
skip
How to parse i64 from a string? [duplicate]
Aug 03, 2019
rust
How can I test Rust methods that depend on environment variables?
Jun 28, 2022
unit-testing
environment-variables
rust
Is `iter().map().sum()` as fast as `iter().fold()`?
Aug 28, 2022
rust
Is there a way to fold with index in Rust?
Jan 18, 2022
indexing
rust
fold
Using a crate in a Cargo project errors with "maybe a missing extern crate"
Mar 04, 2021
rust
rust-cargo
Why does my string not match when reading user input from stdin?
Apr 14, 2022
string
rust
conditional-statements
user-input
« Newer Entries
Older Entries »