Rust's error handling is a pleasure to use thanks to the Result type. It
ensures Rust's error handling is always correct, visible, and performant.
And with the addition of the ? operator in Rust 1.13, and the
addition of return types from main in Rust 1.2... (more…)
Read more »
Rayon: A data parallelism library for Rust. Contribute to rayon-rs/rayon development by creating an account on GitHub. (more…)
Read more »
HTML parsing and querying with CSS selectors. Contribute to rust-scraper/scraper development by creating an account on GitHub. (more…)
Read more »
Rust Memory Container Cheat-sheet. Contribute to usagi/rust-memory-container-cs development by creating an account on GitHub. (more…)
Read more »
Pluggable and configurable code formatting platform written in Rust. - dprint/dprint... (more…)
Read more »