Skip to content

Commit 231cf57

Browse files
committed
scylla-cql: top-level crate documentation
1 parent 6f41996 commit 231cf57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scylla-cql/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
pub(crate) mod pretty;
27

38
pub mod frame;

0 commit comments

Comments
 (0)