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
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A Configuration Library for Rust Applications☆39Updated 3 months ago
- ☆46Updated 2 years ago
- A concurrent GC.☆43Updated 2 years ago
- Versatile parser for arithmetic expressions☆11Updated 3 months ago
- Rust's Enum variant counter☆15Updated 3 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆82Updated 3 years ago
- ☆36Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆61Updated 8 months ago
- A small async runtime for Rust☆59Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- ☆33Updated last year
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆54Updated 5 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- ☆24Updated 2 years ago
- ioring wrapper for windows-rs☆21Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 8 months ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- futures::AtomicWaker extracted into its own crate☆27Updated last month
- ☆28Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Game Engine From Scratch -- Rust China Conference 2020 topic by LemonHX and his team.☆14Updated 4 years ago
- async actor framework☆37Updated 3 years ago
- A low-level I/O ownership and borrowing library☆101Updated 6 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- A Rust implementation of a constant time LFU cache☆14Updated last year