Skip to content

theRealProHacker/rust-crates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust crates

An introduction to 7 essential rust crates with code examples. Find the whole blog post with full explanations on Medium

To execute any specific function run it in the main function.

Run now

git clone https://github.com/theRealProHacker/rust-crates.git
cd rust-crates
cargo run

Reproduce the timing claims on Windows

cargo run --release
Measure-Command { .\target\release\rust-crates.exe }