Skip to content

Commit 9857c8f

Browse files
committed
Add beta and experimental api features to lib.rs docs
1 parent a2c8e61 commit 9857c8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

elasticsearch/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
//!
5454
//! - **native-tls** *(enabled by default)*: Enables TLS functionality provided by `native-tls`.
5555
//! - **rustls-tls**: Enables TLS functionality provided by `rustls`.
56+
//! - **beta-apis**: Enables beta APIs. Beta APIs are on track to become stable and permanent features. Use them with
57+
//! caution because it is possible that breaking changes are made to these APIs in a minor version.
58+
//! - **experimental-apis**: Enables experimental APIs. Experimental APIs are just that - an experiment. An experimental
59+
//! API might have breaking changes in any future version, or it might even be removed entirely. This feature also
60+
//! enables `beta-apis`.
5661
//!
5762
//! # Getting started
5863
//!

0 commit comments

Comments
 (0)