forked-tarpc 0.31.1

An RPC framework for Rust with a focus on ease of use.
Documentation
1
2
3
4
5
/// Provides functionality to limit the number of active channels.
pub mod channels_per_key;

/// Provides a [channel](crate::server::Channel) that limits the number of in-flight requests.
pub mod requests_per_channel;