Pull in every source file in a directory as a module
☆181Feb 8, 2026Updated 3 weeks ago
Alternatives and similar repositories for automod
Users that are interested in automod are comparing it to the libraries listed below
Sorting:
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆78Dec 20, 2025Updated 2 months ago
- Struct fields that are made read-only accessible to other modules☆265Feb 16, 2026Updated 2 weeks ago
- Remove Cargo.lock lockfile☆33Dec 20, 2025Updated 2 months ago
- Typed distributed plugin registration☆1,272Feb 19, 2026Updated last week
- Serde serializer for generating Starlark build targets☆71Feb 16, 2026Updated 2 weeks ago
- Type that deserializes only from one specific value☆270Feb 16, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆164Feb 16, 2026Updated 2 weeks ago
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Sep 4, 2023Updated 2 years ago
- Safe cross-platform linker shenanigans☆836Feb 19, 2026Updated last week
- Estimate effective resource limits for a process e.g. how much RAM is available for use☆17Feb 2, 2026Updated last month
- Count directory entries—`ls | wc -l` but faster☆28Dec 20, 2025Updated 2 months ago
- Graph history of GitHub stars of a user or repo over time☆202Dec 30, 2025Updated 2 months ago
- Track and query Cargo dependency graphs.☆258Feb 23, 2026Updated last week
- Add a cute dependency declaration snippet in your crate documentation.☆43Nov 22, 2021Updated 4 years ago
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated 2 weeks ago
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- Type erasure for async trait methods☆2,120Feb 16, 2026Updated 2 weeks ago
- Indented document literals for Rust☆767Feb 16, 2026Updated 2 weeks ago
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- A thread pool for isolating blocking I/O in async programs☆375Aug 31, 2025Updated 6 months ago
- Graph the number of crates that depend on your crate over time☆256Feb 2, 2026Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Dec 18, 2022Updated 3 years ago
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated 2 months ago
- ☆500Nov 8, 2025Updated 3 months ago
- Utilities for dealing with substructures within syn macros☆144May 5, 2025Updated 9 months ago
- An allocator that can track and limit memory usage.☆217Mar 26, 2023Updated 2 years ago
- Fast `cargo install` action using a GitHub-based binary cache and attestations☆80Feb 4, 2026Updated last month
- Data structure serialization library with several opposite design goals from Serde☆922Feb 16, 2026Updated 2 weeks ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆231Dec 21, 2025Updated 2 months ago
- Compile-time checks that an enum or match is written in sorted order☆122Feb 16, 2026Updated 2 weeks ago
- (lifetime) GATs on stable Rust☆59Jan 12, 2024Updated 2 years ago
- bluss/IndexMap with amortized resizes