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 4 years ago
- A small async runtime for Rust☆61Updated last year
- ☆33Updated last year
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 6 years ago
- A lock-free async waitgroup implementation☆38Updated 3 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Rust's Enum variant counter☆15Updated 4 years ago
- std::simd implementation of BLAKE3☆24Updated 2 years ago
- A tiny Rust std-lib for Linux x86_64 and aarch64☆51Updated last month
- ☆36Updated 3 years ago
- skiplist☆144Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- ☆15Updated 6 years ago
- Async networking primitives for TCP/UDP/Unix communication☆139Updated 11 months ago
- ☆47Updated 3 years ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Utilities for pinning☆97Updated last year
- A concurrent GC.☆44Updated 3 years ago
- Telegram bot for Rust group☆56Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- Async stream for Rust and the futures crate.☆189Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Concurrent hash trie☆58Updated 5 years ago
- A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...☆48Updated 2 years ago