Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Is there a modulus (not remainder) function / operation?

rust modulo

How do I make an HTTP request from Rust?

http rust

How to get a slice as an array in Rust?

arrays rust

Rust modules confusion when there is main.rs and lib.rs

module rust

What is the r#""# operator in Rust?

How to index a String in Rust

string indexing rust

How does for<> syntax differ from a regular lifetime bound?

rust

Is there any way to return a reference to a variable created in a function?

reference rust lifetime

What do I have to do to solve a "use of moved value" error?

rust

Unable to compile Rust hello world on Windows: linker link.exe not found

Benchmarking programs in Rust

time benchmarking rust

What is the idiomatic Rust way to copy/clone a vector in a parameterized function?

rust

How to write a Rust function that takes an iterator?

function iterator rust

Converting a str to a &[u8]

string rust slice

What is unwrap in Rust, and what is it used for?

rust

Using map with Vectors

rust

What's the difference between self and Self?

rust

How to escape curly braces in a format string in Rust

string-formatting rust

How to create a Rust struct with string members?

string rust

What is monomorphisation with context to C++?

c++ rust