discord-cassandra-cpp 0.16.6

A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality.
Documentation
1
2
3
4
5
pub enum CassCompression {
    NONE = 0,
    SNAPPY = 1,
    LZ4 = 2,
}