Learning Rust at Recurse Center
Denver Rust reactivate!();

Agendish
- 6:00 Arrive, eat, drink, chat
- 6:20 Learning Rust at Recurse Center (Pete Lyons)
- 6:40 Tokio (Joel Dice)
- (Canceled): CLI Ergonomics (Garrett Berg)
- 7:00 Pair/Group Projects
3 Projects
- tirefox
- rustblock
- tealeaves
This Talk Is Random
- Just here's some rust I wrote, here's a crate, the end
tirefox
- print candidate project code names
- uses reservoir sampling
- clap and structopt
rustblock
- mine fake blockchain blocks with rust
- learned about bit twiddling
- learned rayon crate to make it parallel
tealeaves
- nom (public key format)
- nom_pem (PEM format)
- der-parser (ASN.1 private keys)
- x509-parser (TLS Certificates)
Denver Rust reactivate!();