aerospike-sync 3.0.0-alpha.1

Aerospike Client for Rust
1
2
3
4
mod client;

pub use crate::client::{BatchStream, Client};
pub use aerospike_core::*;