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 6 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Updated 3 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- A small async runtime for Rust☆61Updated last year
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Versatile parser for arithmetic expressions☆11Updated 5 months ago
- ☆36Updated 2 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- ☆33Updated last year
- async actor framework☆37Updated 3 years ago
- A high-performance SPSC bounded circular buffer of bytes☆48Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Parser Combinator ver. Rust☆15Updated 5 years ago
- ☆46Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated last week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Telegram bot for Rust group☆55Updated 10 months ago
- Rust crate for Ok-wrapping and try blocks☆21Updated 2 years ago
- Rust's Enum variant counter☆15Updated 3 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 6 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Async networking primitives for TCP/UDP/Unix communication☆135Updated 7 months ago
- A concurrent GC.☆43Updated 3 years ago
- A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...☆47Updated 2 years ago
- A lock-free memory allocator☆61Updated 3 weeks ago