Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Fastest way to generate random numbers

random rust libc

Moved variable still borrowing after calling `drop`?

rust lifetime

What's an idiomatic way to delete a value from HashMap if it is empty?

rust

How to compare strings in constant time?

security rust

What is the meaning of `use path::{self}`?

rust self

Differences between 2 styles of default implementations in a trait?

rust

Rocket requires a minimum version of Rust nightly, but a higher stable version is already installed

rust rust-rocket

Unwrap enum when all variants are of the same type

enums rust

How would I check if a directory is empty in Rust?

rust

Will the non-lexical lifetime borrow checker release locks prematurely?

rust mutex raii borrow-checker

Converting a simple Python requests POST to Rust reqwest

How to get the body of a Response in actix_web unit test?

rust rust-actix actix-web

How to specify the representation type for an enum in Rust to interface with C++?

enums rust

How do I use the Iterator trait to build generic APIs

What's the difference between ref and & when assigning a variable from a reference?

How to get the current cursor position in file?

file rust

Is there a way to pattern match infix operations with precedence in Rust macros?

macros rust

How can I prepend a line to the beginning of a file?

file io rust

Is there any way to insert multiple entries into a HashMap at once in Rust?

hashmap rust

How can I run clean-up code in a Rust library?

static rust destroy