xlambein / syntactic-forLinks
A syntactic "for" loop Rust macro
☆56Updated 2 years ago
Alternatives and similar repositories for syntactic-for
Users that are interested in syntactic-for are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 10 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- A simple, id-based arena☆120Updated last year
- A memory efficient syntax tree for language developers☆62Updated 3 weeks ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- Declarative parsing for Rust, using a custom derive and nom☆68Updated 3 weeks ago
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Extension of nom to trace parser☆49Updated 6 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Rust String type with configurable byte storage.☆35Updated 11 months ago
- A Set of Bits☆69Updated 2 months ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- ☆59Updated last year
- Choose Rust types at compile-time via constants☆68Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- Token tree calling convention☆80Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A wrapper type for cross-type numeric comparisons.☆27Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated this week
- A generic, fixed-size, associative cache☆40Updated 9 months ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated this week
- Unbuffered and unlocked I/O streams☆45Updated 5 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Macro for sealing traits and structures☆59Updated 8 months ago
- Zero-cost bitsets over native Rust types☆78Updated 4 months ago