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)☆35Updated last year
- A memory efficient syntax tree for language developers☆63Updated 4 months ago
- Extension of nom to trace parser☆50Updated 10 months ago
- ☆60Updated last year
- Proc macro for smol async runtime☆54Updated 5 years ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Lossless functionality for platform-native strings.☆74Updated 6 months ago
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago
- 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
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- Rust String type with configurable byte storage.☆35Updated last year
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- A simple, id-based arena☆123Updated 2 years ago
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Token tree calling convention☆82Updated 3 years ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Macro for sealing traits and structures☆60Updated last year
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆16Updated 3 years ago
- A library for generating Graphviz DOT language files for graphs.☆78Updated 8 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 5 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago