ajj 0.6.2

Simple, modern, ergonomic JSON-RPC 2.0 router built with tower and axum
Documentation
1
2
3
4
5
mod payload;
pub use payload::{ErrorPayload, ResponsePayload};

mod ser;
pub(crate) use ser::Response;