rust-analyzer / minirustLinks
☆33Updated 5 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 4 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- ☆33Updated last year
- Async networking primitives for TCP/UDP/Unix communication☆136Updated 8 months ago
- A small async runtime for Rust☆61Updated last year
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- A Configuration Library for Rust Applications☆40Updated 3 weeks ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Run closures in parallel☆115Updated 8 months ago
- ☆46Updated 3 years ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- A global executor built on top of async-executor and smol☆74Updated last month
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Versatile parser for arithmetic expressions☆11Updated 6 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- A high-performance SPSC bounded circular buffer of bytes☆49Updated 3 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Define your own PhantomData☆158Updated last week
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Async stream for Rust and the futures crate.☆187Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Parser Combinator ver. Rust☆15Updated 5 years ago
- async actor framework☆37Updated 3 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Asynchronous DNS lookups☆66Updated last year