File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ The driver supports the following:
6464
6565For 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
6974We invite you to discuss any issues and ask questions on the [ ScyllaDB Forum] and the ` #rust-driver ` channel on [ ScyllaDB Slack] .
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments