dalance / nom-recursive
Extension of nom to handle left recursion
☆16Updated 9 months ago
Alternatives and similar repositories for nom-recursive:
Users that are interested in nom-recursive are comparing it to the libraries listed below
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 10 months ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 6 months ago
- A procedural macro helper for easily writing custom derives for enums.☆31Updated this week
- Convert closures into wakers☆45Updated 3 months ago
- Take a value atomically once.☆27Updated last year
- The simd optimized escape code☆53Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 months ago
- ☆50Updated 4 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Trying to create Sync bump allocator☆29Updated 2 months ago
- A C expression parser and evaluator☆48Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated last month
- Scoped Thread Local Storage for Rust☆51Updated last year
- Macros to erase scope information from tokens☆24Updated last year
- #[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.☆14Updated this week
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 3 months ago
- Make any value Sync but only available on its original thread☆37Updated last year
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- A Set of Bits☆63Updated last month
- Macro-rules-style syntax matching for procedural macros☆51Updated last year
- Generates random strings and byte strings matching a regex☆31Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Const TypeId and non-'static TypeId☆58Updated last month
- Full precision decimal representation of f64☆25Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 5 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆95Updated this week
- A Rust library for runtime-checked linearish types☆32Updated last year
- Big array helper for serde☆60Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆67Updated last month
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago