Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Return something that's allocated on the stack

stack rust lifetime

What does () mean as an argument in a function where a parameter of type T is expected?

rust

How to compare an array and a part of a vector?

rust

Change terminal cursor position in Rust

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