soda-pool 0.0.4

Connection pool for tonic's gRPC channels
Documentation
1
2
3
4
5
6
7
// Re-export dependencies for convenience and to avoid users having to add them
// to their own Cargo.toml files.

// memo: We could maybe support also other async libraries through feature flags.
pub use tokio::time::sleep;

pub use paste::paste;