lloydmeta / frunkLinks
Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
☆1,416Updated 3 weeks ago
Alternatives and similar repositories for frunk
Users that are interested in frunk are comparing it to the libraries listed below
Sorting:
- Assorted immutable collection datatypes for Rust☆1,567Updated last year
- Hypothesis-like property testing for Rust☆2,009Updated 3 weeks ago
- Automated property based testing for Rust (with shrinking).☆2,678Updated 8 months ago
- Rust persistent data structures☆1,652Updated 2 months ago
- A parser combinator library for Rust☆1,350Updated 11 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,979Updated 4 months ago
- Some more derive(Trait) options☆2,054Updated 3 weeks ago
- Compile time static maps for Rust☆2,076Updated 3 months ago
- Slotmap data structure for Rust☆1,272Updated last month
- Simple tracing (mark and sweep) garbage collector for Rust☆1,057Updated 4 months ago
- Rust quasi-quoting☆1,510Updated last week
- Macros for all your token pasting needs☆1,072Updated last year
- A library for functional programming in Rust☆1,407Updated 3 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,175Updated this week
- PEG parser combinators using operator overloading without macros.☆521Updated 11 months ago
- A crate for managing memory bit by bit☆1,361Updated last year
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,074Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,452Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,597Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,046Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,066Updated last week
- Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.☆1,068Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,329Updated 3 months ago
- derive builder implementation for rust structs☆1,521Updated last week
- Parsing Expression Grammar (PEG) parser generator for Rust☆1,575Updated 3 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,827Updated this week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,704Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,267Updated this week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago