fmease / tylift
Lift enum variants to the type-level.
☆32Updated 4 years ago
Alternatives and similar repositories for tylift:
Users that are interested in tylift are comparing it to the libraries listed below
- ☆33Updated 3 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Experimental type level programming in Rust☆37Updated 3 years ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- Visualise recursive functions and tree structures.☆29Updated 3 years ago
- Propositional logic with types in Rust☆62Updated last year
- Type-level named values with partial dependent type support in Rust☆57Updated 2 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 8 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 3 months ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆45Updated 2 years ago
- A prototype of my proposed name resolution algorithm for Rust.☆12Updated 9 years ago
- PEG parser generator built on top of nom