udoprog / syntreeLinks
A memory efficient syntax tree for language developers
☆62Updated 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☆67Updated last year
- An exploration of Storages☆35Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- ☆69Updated 3 weeks ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- A simple, id-based arena☆119Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 8 months ago
- String optimized for map keys☆63Updated 2 weeks ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- Inline procedural macros for Rust☆57Updated 2 years ago
- Const TypeId and non-'static TypeId☆66Updated last month
- The never type (the true one!) in stable Rust.☆37Updated 3 years ago
- Lending iterators on stable Rust☆82Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- The `io_uring` library for Rust (with Rustix)☆29Updated last month
- Faster integer division and modulus operations☆87Updated 2 years ago
- Easy-to-use optional function arguments for Rust☆47Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 7 months ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 7 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- Interning of data in rust☆101Updated 3 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆73Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆110Updated 3 weeks ago
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆73Updated this week