udoprog / syntreeLinks
A memory efficient syntax tree for language developers
☆63Updated 3 weeks ago
Alternatives and similar repositories for syntree
Users that are interested in syntree are comparing it to the libraries listed below
Sorting:
- Choose Rust types at compile-time via constants☆69Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- A simple, id-based arena☆125Updated last week
- An exploration of Storages☆39Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated last week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- ☆76Updated last week
- Const TypeId and non-'static TypeId☆70Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Alternative future adapters that provide cancel safety.☆80Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- An unordered multiset/bag implementation backed by HashMap☆75Updated 3 weeks ago
- docs.rs as a publishing platform?☆71Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆56Updated this week
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆51Updated 3 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- A sinless derive helper☆78Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- The never type (the true one!) in stable Rust.☆41Updated 6 months ago
- ☆61Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- a reference-counting cycle collection library in rust☆77Updated 3 years ago
- Make trait methods callable without the trait in scope☆162Updated last month