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
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆97Updated 9 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
- std::simd implementation of BLAKE3☆24Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆71Updated 5 years ago
- A lock-free async waitgroup implementation☆37Updated 4 years ago
- Telegram bot for Rust group☆56Updated last year
- A trait to abstract over common tree functionality☆35Updated 6 years ago
- ☆33Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A Configuration Library for Rust Applications☆50Updated this week
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Rust's Enum variant counter☆15Updated 4 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- A small async runtime for Rust☆61Updated last month
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Utilities for pinning☆99Updated last year
- A concurrent GC.☆44Updated 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- skiplist☆144Updated 4 years ago
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- ☆36Updated 3 years ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated 2 years ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated last year
- Lox language interpreter written in Rust☆20Updated last year