skyaktech / tlqLinks
Tiny Little Queue - A minimal message queue server in Rust.
☆131Updated last month
Alternatives and similar repositories for tlq
Users that are interested in tlq are comparing it to the libraries listed below
Sorting:
- A new type of asynchronous database combining the concepts of distributed databases and blockchain☆110Updated last month
- A new schemafull, Postgres compatible, high-performance database written from scratch in Rust. https://crates.io/crates/rasterizeddb_core☆215Updated this week
- A very fast Key-Value store in pure rust☆210Updated 3 months ago
- Nio is an experimental async runtime for Rust☆321Updated 2 months ago
- Just like `serde`, but with more exhaustive error reporting capabilities. Designed for public API payloads.☆211Updated 4 months ago
- A zero-copy Rust library that builds and parses network packets in-place.☆118Updated 7 months ago
- An embedded, in-memory, zero-copy, atomicity, consistency, isolation, MVCC, almost lock-free and serializable snapshot isolation database…☆233Updated last year
- ☆77Updated this week
- A high-performance and efficient message queue developed in Rust☆264Updated 8 months ago
- Immutable strings, in Rust.☆248Updated last year
- A universal load testing framework for Rust, with real-time tui support.☆194Updated 3 weeks ago
- A Rust crate for extracting readable content from web pages.☆180Updated last week
- Error handling that is precise, no boilerplate, ergonomic, context aware, and performant☆183Updated last week
- ☆217Updated 3 months ago
- A safe sync/async multi-producer, multi-consumer channel☆203Updated 5 months ago
- in memory Rust database to query your data like a Venn diagram☆118Updated 2 months ago
- An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories☆158Updated last month
- The prettier pattern-matching parser with automatic error recovery☆153Updated last week
- Userp is a Rust user account system inspired by Next Auth, with OAuth, password and email support, a ready-made Axum router with Askama t…☆66Updated 7 months ago
- High-performance, async-friendly and ergonomic WebAPI testing framework for Rust☆234Updated 2 weeks ago
- A collection of different transport implementations and related tools focused primarily on web technologies.☆321Updated last week
- Include your assets statically into your application with a strict structure☆90Updated last week
- Quick error declarations and automatic conversions between errors for precisely typed error handling. Inspired by Zig's error set type.☆202Updated 2 weeks ago
- Simple Rust cross-compilation using custom Docker images☆62Updated 4 months ago
- Official Rust port of Sqids. Generate short unique IDs from numbers.☆184Updated 9 months ago
- Wildcard matching☆202Updated 3 weeks ago
- A lockless mpmc/mpsc to support async base on crossbeam