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
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Updated 4 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Lox language interpreter written in Rust☆20Updated last year
- A small async runtime for Rust☆61Updated last year
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- ☆33Updated last year
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Telegram bot for Rust group☆56Updated last year
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 4 months ago
- std::simd implementation of BLAKE3☆24Updated last year
- ☆36Updated 2 years ago
- async actor framework☆37Updated 3 years ago
- Versatile parser for arithmetic expressions☆11Updated this week
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- A Configuration Library for Rust Applications☆40Updated this week
- A queue designed for buffer swapping instead of task popping☆23Updated 3 years ago
- A concurrent GC.☆43Updated 3 years ago
- Pure Rust SSTable implementation☆14Updated last year
- Async networking primitives for TCP/UDP/Unix communication☆138Updated 9 months ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- ☆15Updated 6 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year