nhynes / comptime-rsLinks
Zig comptime using Rust proc macros
☆53Updated last year
Alternatives and similar repositories for comptime-rs
Users that are interested in comptime-rs are comparing it to the libraries listed below
Sorting:
- A memory efficient syntax tree for language developers☆63Updated 2 weeks ago
- ☆95Updated last year
- a reference-counting cycle collection library in rust☆77Updated 3 years ago
- String optimized for map keys☆68Updated last week
- Blazing fast immutable collection datatypes for Rust.☆134Updated last month
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Macro for sealing traits and structures☆60Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 5 months ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Abstract over different executors☆74Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- A garbage collection library for Rust with zero unsafe code☆117Updated last year
- A simple, id-based arena☆124Updated 2 years ago
- ☆42Updated 2 years ago
- exhaustive testing library☆66Updated last year
- A faster Arc.☆77Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆56Updated last week
- Easy-to-use optional function arguments for Rust☆47Updated last year
- Exhaustive iteration trait in Rust☆19Updated 3 weeks ago
- Trait generalization of the fundamental types☆48Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Choose Rust types at compile-time via constants☆69Updated last year
- "A very small syn"☆212Updated 11 months ago