adamrk / tonic-rpcLinks
Build RPCs on top of the tonic gRPC library by defining your types in Rust instead of proto.
☆39Updated 2 years ago
Alternatives and similar repositories for tonic-rpc
Users that are interested in tonic-rpc are comparing it to the libraries listed below
Sorting:
- INACTIVE - Safe Rust bindings for LMDB☆71Updated 2 years ago
- ☆73Updated 4 years ago
- A websocket protocol implementation.☆93Updated last month
- Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.☆173Updated last month
- Drpc-Correct, high performance, robust, easy use Remote invocation framework☆38Updated last year
- A implementation of convenience integrations between tokio and tower☆130Updated last year
- Grafana Plugin SDK for Rust☆67Updated this week
- This is a Rust implementation for popular caches (support no_std).☆111Updated 6 months ago
- Observer pattern which generates a futures 0.3 stream of events☆41Updated 2 years ago
- A Rust library for interrupting asynchronous streams.☆164Updated 7 months ago
- Minimal async cache in Rust with support for key expirations☆54Updated 2 months ago
- Serializable trait objects for Rust.☆54Updated 4 months ago
- A minimal implementation of consistent hashing☆59Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆111Updated this week
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated last week
- An async ORM for Postgres☆19Updated 2 years ago
- Tracing layer to quickly inspect spans and events☆38Updated 2 years ago
- FlatBuffers compiler (flatc) as API (with focus on transparent `.fbs` to `.rs` code-generation via Cargo build scripts integration)☆122Updated 4 months ago
- Heap-based async timers☆214Updated last year
- ☆70Updated 3 years ago
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- Yaque is yet another disk-backed persistent queue for Rust.☆86Updated last year
- An safe & opinionated actor-like framework written in Rust that just works. Simple, robust, fast, documented.☆90Updated 3 years ago
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…☆80Updated last week
- Mix async code with CPU-heavy thread pools using Tokio + Rayon