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
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
What is the difference between tuples and array in rust?
Oct 18, 2022
rust
What is the best way to repeat the elements in a vector in Rust?
Apr 19, 2022
vector
rust
How to zip two iterators of unequal length with a default?
Jul 25, 2022
rust
iterator
Creating a sliding window iterator of slices of chars from a String
Feb 20, 2022
string
utf-8
rust
iterator
slice
Why can I not return a mutable reference to an outer variable from a closure?
Mar 06, 2022
reference
rust
closures
lifetime
mutable
What is the purpose of `&` before the loop variable?
Mar 05, 2022
reference
rust
pattern-matching
destructuring
ampersand
How to print a u8 slice as text if I don't care about the particular encoding?
Nov 09, 2022
arrays
string
rust
Printing a path in Rust
Dec 02, 2018
rust
Difference between ToString and IntoString
Jun 21, 2019
rust
rust-obsolete
How to ignore benchmarks when not using nightly?
Aug 05, 2021
rust
benchmarking
How to init a Rust vector with a generator function?
Mar 19, 2022
rust
What is the difference between Vec<i32> and Vec<Box<i32>>?
Sep 25, 2022
rust
« Newer Entries
Older Entries »