rmemstore 0.1.10

client for rmemstored
1
2
3
4
5
6
7
mod client;
mod error;
pub mod types;

pub use client::Client;
pub use client::ConnectionConfiguration;
pub use error::Error;