kevinmehall / codemap
A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.
☆51Updated 3 years ago
Alternatives and similar repositories for codemap:
Users that are interested in codemap are comparing it to the libraries listed below
- Rust library for displaying compiler diagnostics like rustc☆22Updated last year
- Pretty parser error reporting.☆34Updated last year
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Calm I/O operations for Rust☆76Updated 3 years ago
- Performance comparisons between various virtual interpreter implementation strategies☆33Updated 11 months ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- 🗃 UTF-8 string, byte string, and C string interner☆27Updated this week
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 2 months ago
- A generic, fixed-size, associative cache☆39Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 8 months ago
- A memory efficient syntax tree for language developers☆55Updated last month
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- Target "triple" support☆50Updated last month
- 🐠Like procedural macro, but generates sources! 🐡☆30Updated 4 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- A simple, id-based arena☆118Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆96Updated last month
- Weak hash tables for Rust☆35Updated last year
- ☆61Updated 7 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated this week
- ☆40Updated 6 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Visualise recursive functions and tree structures.☆29Updated 3 years ago
- Compact sets in rust☆54Updated this week
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 10 months ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago