Macro for sealing traits and structures
☆61Dec 2, 2024Updated last year
Alternatives and similar repositories for sealed-rs
Users that are interested in sealed-rs are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Oct 22, 2024Updated last year
- [rust] Extensions to the Box type☆23Apr 24, 2019Updated 6 years ago
- Iterator of const known length☆18Dec 2, 2024Updated last year
- Cargo subcommand for handling single-source Rust programs with dependencies☆24Mar 1, 2022Updated 4 years ago
- Various pathfinding algorithms implemented in rust. Currently very WIP.☆16Sep 4, 2020Updated 5 years ago
- A set of safe Least Recently Used (LRU) map/cache types for Rust☆16Jan 25, 2023Updated 3 years ago
- Add documentation to function arguments in Rust☆50Dec 1, 2024Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆192Oct 24, 2025Updated 4 months ago
- Serialization value trees☆49Jul 31, 2024Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Mar 12, 2026Updated last week
- Backported standard Rust library to older compilers.☆23Oct 7, 2022Updated 3 years ago
- Alias mutliple derives as one.☆11Nov 30, 2024Updated last year
- 🎼 Realtime procedurally generated sound effects☆56Mar 12, 2026Updated last week
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- ☆39Jun 17, 2023Updated 2 years ago
- Trait generalization of the fundamental types☆48Jun 4, 2024Updated last year
- A Brainfuck interpreter written in Rust and compiled to WebAssembly☆10Dec 4, 2017Updated 8 years ago
- Proc-macro utility to populate enums from database data☆20Aug 8, 2024Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Rust MikkTSpace implementation☆36Aug 12, 2024Updated last year
- Lock-free elimination back-off stack☆12Jan 6, 2022Updated 4 years ago
- A cross-platform text only clipboard facade for terminal applications written in Rust☆11Oct 31, 2023Updated 2 years ago
- Integration layer between Bevy, puffin and tracing libraries☆22Jul 16, 2023Updated 2 years ago
- Rust crate for making Read streams peekable.☆26Aug 1, 2021Updated 4 years ago
- Helper proc-macro to "ungroup" a captured metavariable☆10Jul 19, 2023Updated 2 years ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- A library to track system architecture aspects incl. processor family & co, Rust implementation☆26Mar 6, 2026Updated 2 weeks ago
- Compile-time reference counting☆456May 18, 2025Updated 10 months ago
- Canonical definitions of home_dir, CARGO_HOME, and RUSTUP_HOME☆66Feb 18, 2023Updated 3 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Oct 12, 2025Updated 5 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆165Feb 16, 2026Updated last month
- Generic async runtime functions using a pluggable dispatcher☆17May 31, 2024Updated last year
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆52Oct 20, 2025Updated 5 months ago
- A procedural macro for generating unique ids for rust types☆15Jan 23, 2026Updated last month
- Session types for asynchronous communication between multiple parties.☆42Jul 9, 2024Updated last year
- For loops in const☆13Sep 7, 2024Updated last year
- A MPMC channel based on the two lock queue algorithm☆15Oct 4, 2017Updated 8 years ago