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
- ☆33Updated last year
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Versatile parser for arithmetic expressions☆11Updated last month
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Updated 4 years ago
- Lox language interpreter written in Rust☆20Updated last year
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 6 years ago
- A small async runtime for Rust☆61Updated last week
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- Telegram bot for Rust group☆56Updated last year
- std::simd implementation of BLAKE3☆24Updated 2 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A Configuration Library for Rust Applications☆49Updated last month
- Async networking primitives for TCP/UDP/Unix communication☆139Updated 11 months ago
- Utilities for pinning☆98Updated last year
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Rust's Enum variant counter☆15Updated 4 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- ☆15Updated 6 years ago
- Concurrent hash trie☆58Updated 5 years ago
- A concurrent GC.☆44Updated 3 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- A lock-free memory allocator☆65Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year