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
String join on strings in Vec in reverse order without a `collect`
Apr 30, 2022
string
iterator
rust
Displaying the response body with Hyper only shows the size of the body
Aug 11, 2019
rust
hyper
How to create a null pointer in a struct?
May 13, 2022
struct
rust
How to convert hexadecimal values to Base64 in Rust
Mar 13, 2022
hex
base64
rust
The English alphabet as a vector of characters in Rust
Apr 14, 2022
rust
How is 999µs too short but 1000µs just right?
Mar 22, 2022
linux
rust
rust-obsolete
What is the difference between casting to `i32` from `usize` versus the other way?
Sep 06, 2022
rust
When should I use tuple structs over normal tuples?
Apr 14, 2022
types
rust
Does Rust support using an infix operator as a function?
Nov 03, 2022
rust
How do I convert a vector of strings to a vector of integers in a functional way?
Dec 16, 2019
vector
functional-programming
rust
How can I use lifetime bounds to solve "reference must be valid for the static lifetime"
Mar 13, 2021
rust
lifetime
What is the Rust equivalent of C++'s shared_ptr?
Jun 21, 2022
scope
rust
shared-ptr
ownership
How are Rust's Arc and Rc types different from having garbage collection?
Jun 06, 2022
pointers
garbage-collection
rust
Rust by example: The ref pattern
May 11, 2022
rust
Unable to port C++ code that inserts into a trie to Rust due to multiple mutable borrows
Oct 01, 2022
rust
trie
Why does Rust not deref &&String to &&str? [duplicate]
Aug 31, 2022
rust
reference
language-lawyer
How to write a loop in Rust with a decreasing range including the 0? [duplicate]
Oct 12, 2018
for-loop
rust
« Newer Entries
Older Entries »