web3-proxy/redis-cell-client/src/lib.rs

4 lines
62 B
Rust
Raw Normal View History

mod client;
2022-05-22 02:34:05 +03:00
pub use client::{RedisCellClient, RedisCellKey};