scylla 1.6.0

Async CQL driver for Rust, optimized for ScyllaDB, fully compatible with Apache Cassandraâ„¢
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod caching_session;
mod cluster_reachability;
mod db_errors;
mod history;
mod internal_requests;
mod new_session;
mod pager;
mod retries;
mod schema_agreement;
mod self_identity;
mod tracing;
mod use_keyspace;