udoprog / syntree
A memory efficient syntax tree for language developers
☆60Updated this week
Alternatives and similar repositories for syntree
Users that are interested in syntree are comparing it to the libraries listed below
Sorting:
- An exploration of Storages☆35Updated last year
- Choose Rust types at compile-time via constants☆65Updated last year
- Data-driven tests on stable Rust☆39Updated this week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- structured parallel execution for async Rust☆33Updated 9 months ago
- A sinless derive helper☆72Updated 6 months ago
- ☆57Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- horrible serde macro stuff☆39Updated last year
- The never type (the true one!) in stable Rust.☆37Updated 3 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- Compact sets in rust☆57Updated 2 months ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- We have Crater At Home☆34Updated 7 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- Typed any map for rust☆67Updated 5 months ago
- ☆41Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Inline procedural macros for Rust☆57Updated 2 years ago
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆31Updated this week
- Make trait methods callable without the trait in scope☆146Updated this week
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year