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
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- A small async runtime for Rust☆61Updated last year
- Versatile parser for arithmetic expressions☆11Updated 6 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- A concurrent GC.☆43Updated 3 years ago
- ☆36Updated 2 years ago
- ☆33Updated last year
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- Rust's Enum variant counter☆15Updated 3 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Asynchronously speed-limiting multiple byte streams☆66Updated 11 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Another Async IO Framework based on io_uring☆63Updated 3 years ago
- Concurrent hash trie☆57Updated 4 years ago
- ☆46Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago
- ☆15Updated 6 years ago
- Async stream for Rust and the futures crate.☆186Updated this week
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- std::simd implementation of BLAKE3☆24Updated last year