We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f41996 commit 231cf57Copy full SHA for 231cf57
scylla-cql/src/lib.rs
@@ -1,3 +1,8 @@
1
+//! Defines CQL protocol-level types and traits for interacting with ScyllaDB/Cassandra.
2
+//!
3
+//! Mainly intended to be used by the ScyllaDB driver, but can also be useful for other
4
+//! applications that need to interact with CQL.
5
+
6
pub(crate) mod pretty;
7
8
pub mod frame;
0 commit comments