aeron-rpc

Crates.ioaeron-rpc
lib.rsaeron-rpc
version0.2.0
created_at2025-05-17 20:38:50.058313+00
updated_at2025-05-21 13:21:45.586063+00
descriptionDeadly simple RPC framework built on top of Aeron and Tokio
homepage
repositoryhttps://github.com/qyuzh/aeron-rpc
max_upload_size
id1678126
size74,194
qyuzh (qyuzh)

documentation

https://docs.rs/aeron-rpc

README

Aeron RPC

Aeron RPC is a lightweight, high-performance RPC framework built on top of Aeron for Rust. It provides simple abstractions for building request/response and streaming RPC services using Aeron publications and subscriptions.

Features

  • Asynchronous request/response and streaming RPC
  • Builder patterns for both server and client
  • Axum-like easy handler registration with flexible argument support

Usage

License

MIT

Commit count: 3

cargo fmt