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:
- Extension of nom to trace parser☆49Updated 8 months ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- A simple, id-based arena☆120Updated 2 years ago
- Lossless functionality for platform-native strings.☆73Updated 3 months ago
- A memory efficient syntax tree for language developers☆62Updated 2 months ago
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- A memory efficient container for rust nested collections☆42Updated 3 years ago
- ☆60Updated 2 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- Token tree calling convention☆80Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 3 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆33Updated 11 months ago
- Helper macros: autoimpl, impl_scope☆67Updated last week
- Rust String type with configurable byte storage.☆35Updated last year
- Proc macro for smol async runtime☆54Updated 4 years ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- A library for generating Graphviz DOT language files for graphs.☆77Updated 6 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 4 months ago
- Defer dropping large structs to a background thread☆65Updated 2 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Calm I/O operations for Rust☆76Updated 4 years ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- sptr: The Strict Provenance Polyfill