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
Sorting a vector of tuples needs a reference for the second value?
Sep 20, 2022
sorting
vector
reference
rust
tuples
Rust macro accepting type with generic parameters
Nov 14, 2022
generics
macros
rust
Why doesn't the Rust optimizer remove those useless instructions (tested on Godbolt Compiler Explorer)?
Mar 09, 2020
assembly
rust
x86-64
llvm-codegen
How do I go from a NaiveDate to a specific TimeZone with Chrono?
Sep 05, 2022
datetime
rust
chrono
What is the correct way to read a binary file in chunks of a fixed size and store all of those chunks into a Vec?
Sep 20, 2022
file
rust
binary
Iterate over std::fs::ReadDir and get only filenames from paths
Jun 08, 2021
rust
How to sort ReadDir iterator
Aug 31, 2022
iterator
rust
Access nested structures without moving
Nov 15, 2022
nested
rust
How to check if there are duplicates in a slice?
Sep 27, 2021
rust
How can I approximate method overloading?
Aug 29, 2022
overloading
rust
Why is a borrow still held in the else block of an if let?
May 25, 2022
rust
Iterating over a vector of mutable references to trait objects
Feb 10, 2020
rust
borrow-checker
Does this error message mean I can use pattern matching in for loops?
Nov 07, 2022
rust
How to accept an async function as an argument?
Sep 05, 2022
asynchronous
rust
async-await
closures
future
Creating a vector with non-constant length
Feb 03, 2021
rust
Reasons for Dot Notation for Tuple
Sep 20, 2022
rust
What does :: mean in Rust?
Aug 31, 2022
syntax
rust
Cannot pass closure as parameter [duplicate]
Sep 20, 2022
closures
rust
How to use the same iterator twice, once for counting and once for iteration?
Sep 20, 2022
iterator
rust
reset
Why is the size of `char` 4 bytes in Rust?
Aug 22, 2022
rust
« Newer Entries
Older Entries »