The Rust Programming Language
Pinned Loading
Repositories
Showing 10 of 242 repositories
- rust-clippy Public
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rust-lang/rust-clippy’s past year of commit activity - regex Public
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
rust-lang/regex’s past year of commit activity