yerpc 0.6.4

Ergonomic JSON-RPC library for async Rust with Axum support
Documentation
1
2
3
4
5
#[cfg(feature = "support-axum")]
pub mod axum;

#[cfg(feature = "support-tungstenite")]
pub mod tungstenite;