rust-analyzer / minirust
☆33Updated 4 years ago
Alternatives and similar repositories for minirust:
Users that are interested in minirust are comparing it to the libraries listed below
- Helper trait to create a boxed instance without going through stack☆35Updated 3 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- ☆33Updated last year
- Versatile parser for arithmetic expressions☆11Updated last week
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 4 years ago
- futures::AtomicWaker extracted into its own crate☆25Updated 2 months ago
- A Configuration Library for Rust Applications☆39Updated last week
- Rust's Enum variant counter☆15Updated 3 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆52Updated 5 years ago
- A procedural macro for defining nom combinators in simple DSL☆45Updated last month
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A small async runtime for Rust☆58Updated 10 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- ☆45Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Traits extending the Rust Range structs in std::ops☆38Updated last year
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 8 months ago
- Parser Combinator ver. Rust☆15Updated 4 years ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- Get a unique thread ID in Rust☆42Updated 4 months ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆82Updated 3 years ago
- Data-driven tests on stable Rust☆39Updated this week
- A global executor built on top of async-executor and smol☆73Updated 3 weeks ago
- A tiny Rust std-lib for Linux x86_64 and aarch64☆47Updated last month
- Run closures in parallel☆113Updated 2 months ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Lending iterators on stable Rust☆82Updated last year
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 8 months ago
- A concurrent GC.☆43Updated 2 years ago