rust-analyzer / minirustLinks
☆33Updated 4 years ago
Alternatives and similar repositories for minirust
Users that are interested in minirust are comparing it to the libraries listed below
Sorting:
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Updated 3 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- ☆33Updated last year
- ☆46Updated 2 years ago
- A small async runtime for Rust☆60Updated last year
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A Configuration Library for Rust Applications☆39Updated this week
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- A Rust implementation of a constant time LFU cache☆14Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- A procedural macro for defining nom combinators in simple DSL☆45Updated 5 months ago
- Versatile parser for arithmetic expressions☆11Updated 4 months ago
- std::simd implementation of BLAKE3☆24Updated last year
- Async stream for Rust and the futures crate.☆185Updated this week
- Parser Combinator ver. Rust☆15Updated 5 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Rust Code Reading Clubs☆140Updated 3 years ago
- Telegram bot for Rust group☆55Updated 9 months ago
- skiplist☆142Updated 3 years ago
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- Traits extending the Rust Range structs in std::ops☆38Updated 2 years ago
- Rust's Enum variant counter☆15Updated 3 years ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- Run closures in parallel☆114Updated 6 months ago
- Rust crate for Ok-wrapping and try blocks☆21Updated 2 years ago
- BzTree implementation for Rust☆35Updated 2 years ago