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 b1c80f4 commit fbdd5f7Copy full SHA for fbdd5f7
xmpp/src/lib.rs
@@ -43,6 +43,7 @@
43
//! RFC 6120.
44
//! - `avatars` (default): Enables support for avatars.
45
//! - `serde`: Enable the `serde` feature in `tokio-xmpp`.
46
+//! - `escape-hatch`: Allow access to low-level API to bypass shortcomings of the current API.
47
48
#![deny(bare_trait_objects)]
49
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
0 commit comments