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
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 6 years 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
- A lock-free async waitgroup implementation☆38Updated 3 years ago
- Async networking primitives for TCP/UDP/Unix communication☆139Updated 10 months ago
- A small async runtime for Rust☆61Updated last year
- ☆33Updated last year
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Lox language interpreter written in Rust☆20Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A global executor built on top of async-executor and smol☆75Updated 3 months ago
- A Configuration Library for Rust Applications☆48Updated last week
- ☆47Updated 3 years ago
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 5 months ago
- Utilities for pinning☆97Updated last year
- A concurrent GC.☆44Updated 3 years ago
- Concurrent hash trie☆58Updated 5 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Rust's Enum variant counter☆15Updated 4 years ago
- std::simd implementation of BLAKE3☆24Updated last year
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago