-
rust-clippy Public
Forked from rust-lang/rust-clippyA bunch of lints to catch common mistakes and improve your Rust code
Rust Other UpdatedJan 15, 2026 -
this-week-in-rust Public
Forked from rust-lang/this-week-in-rustData for this-week-in-rust.org
-
rust Public
Forked from rust-lang/rustA safe, concurrent, practical language.
Rust Apache License 2.0 UpdatedJan 13, 2026 -
momo Public
A Rust proc_macro_attribute to outline conversions from generic functions
-
-
blog.rust-lang.org Public
Forked from rust-lang/blog.rust-lang.orgHome of the Rust and Inside Rust blogs
HTML Apache License 2.0 UpdatedNov 17, 2025 -
bytecount Public
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
-
-
optional Public
A small crate to provide space-efficient Option<_> replacements
-
surveys Public
Forked from rust-lang/surveysRepo for coordinating the creation, distribution, collection, and analysis of surveys for the Rust project.
Python Apache License 2.0 UpdatedNov 22, 2024 -
compact_arena Public
A crate with indexed arenas with small memory footprint
-
twirer Public
A short program I use to collect and filter the core changes for This Week In Rust
-
patterns Public
Forked from rust-unofficial/patternsA catalogue of Rust design patterns
-
mashmap Public
Forked from imartayan/mashmapA flat HashMap that supports multiple entries per key
-
rust-research-tree Public
The prospective home to a poster showing various possible paths through learning the Rust programming language
-
flame Public
An intrusive flamegraph profiling tool for rust.
-
tokenizers Public
Forked from huggingface/tokenizersđź’ĄFast State-of-the-Art Tokenizers optimized for Research and Production
Rust Apache License 2.0 UpdatedJan 20, 2024 -
sonnenbrille Public
Forked from solidsnack/sonnenbrilleRust implementation of CRC-8 with user-configurable polynomial
Rust UpdatedDec 12, 2023 -
mutagen Public
Breaking your Rust code for fun and profit
-
overflower Public
A Rust compiler plugin and support library to annotate overflow behavior
-
flamer Public
A compiler plugin to insert flame calls
-
two-timer Public
Forked from dfhoughton/two-timerRust library for parsing English time expressions into start and end timestamps
Rust MIT License UpdatedJan 29, 2023 -
-
docs.rs Public
Forked from rust-lang/docs.rscrates.io documentation generator
Rust MIT License UpdatedSep 15, 2022 -
-
rustfst Public
Forked from garvys-org/rustfstRust re-implementation of OpenFST - library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).
Rust Other UpdatedFeb 14, 2022 -
quickwit Public
Forked from quickwit-oss/quickwitQuickwit is a fast and highly reliable distributed search engine designed from the ground up to index and query vast amounts of data with unmatched cost-efficiency.
Rust Other UpdatedNov 15, 2021 -
compiletest-rs Public
Forked from Manishearth/compiletest-rsAn extraction of the compiletest utility from the Rust compiler
Rust UpdatedOct 25, 2021 -
synth Public
Forked from shuttle-hq/synthThe Declarative Data Generator
Rust Apache License 2.0 UpdatedSep 20, 2021 -
partition Public
partition slices in-place by a predicate