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
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆82Updated 3 years ago
- Versatile parser for arithmetic expressions☆11Updated 4 months ago
- ☆33Updated last year
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- A Configuration Library for Rust Applications☆39Updated 3 months ago
- Asynchronous DNS lookups☆66Updated last year
- Telegram bot for Rust group☆55Updated 9 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Traits extending the Rust Range structs in std::ops☆38Updated 2 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- A tiny Rust std-lib for Linux x86_64 and aarch64☆48Updated 5 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- std::simd implementation of BLAKE3☆24Updated last year
- A procedural macro for defining nom combinators in simple DSL☆45Updated 5 months ago
- ☆46Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Terminal based "The Matrix" like implementation, which write in Rust.☆8Updated 3 years ago
- ☆28Updated 2 years ago
- A concurrent GC.☆43Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Rust's Enum variant counter☆15Updated 3 years ago