We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c8e61 commit 9857c8fCopy full SHA for 9857c8f
elasticsearch/src/lib.rs
@@ -53,6 +53,11 @@
53
//!
54
//! - **native-tls** *(enabled by default)*: Enables TLS functionality provided by `native-tls`.
55
//! - **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`.
61
62
//! # Getting started
63
0 commit comments