cassandra-cpp 0.8.2

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
1
2
3
4
pub trait Protected<T> {
    fn build(inner: T) -> Self;
    fn inner(&self) -> T;
}