Skip to content

Commit f0e1e7f

Browse files
committed
README,docs: point to Cargo.toml for features description
1 parent 4c08f7f commit f0e1e7f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ The driver supports the following:
6464

6565
For planned future improvements, see our [Milestones].
6666

67+
### Feature flags
68+
The driver has several optional features that can be enabled or disabled in `Cargo.toml`.
69+
Refer to [scylla/Cargo.toml](https://docs.rs/crate/scylla/latest/source/Cargo.toml.orig)
70+
for the list of available features and their descriptions.
71+
6772
## Getting Help
6873

6974
We invite you to discuss any issues and ask questions on the [ScyllaDB Forum] and the `#rust-driver` channel on [ScyllaDB Slack].

scylla/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
//! # }
9292
//! ```
9393
//! See the [book](https://rust-driver.docs.scylladb.com/stable/statements/result.html) for more receiving methods.
94+
//!
95+
//! # Feature flags
96+
//! The driver has several optional features that can be enabled or disabled in `Cargo.toml`.
97+
//! Refer to [scylla/Cargo.toml](https://docs.rs/crate/scylla/latest/source/Cargo.toml.orig)
98+
//! for the list of available features and their descriptions.
9499
95100
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
96101

0 commit comments

Comments
 (0)