File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- //! Async Rust driver for the [Scylla ](https://scylladb.com) database written in Rust.
2- //! Although optimized for Scylla , the driver is also compatible with [Apache Cassandra®](https://cassandra.apache.org/).
1+ //! Async Rust driver for the [ScyllaDB ](https://scylladb.com) database written in Rust.
2+ //! Although optimized for ScyllaDB , the driver is also compatible with [Apache Cassandra®](https://cassandra.apache.org/).
33//!
44//! # Documentation book
55//! The best source to learn about this driver is the [documentation book](https://rust-driver.docs.scylladb.com/).\
88//! # Other documentation
99//! * [Documentation book](https://rust-driver.docs.scylladb.com/)
1010//! * [Examples](https://github.com/scylladb/scylla-rust-driver/tree/main/examples)
11- //! * [Scylla documentation](https://docs.scylladb.com)
11+ //! * [ScyllaDB documentation](https://docs.scylladb.com)
1212//! * [Cassandra® documentation](https://cassandra.apache.org/doc/latest/)
1313//!
1414//! # Driver overview
You can’t perform that action at this time.
0 commit comments