Indicate which feature flag for each module/type
This commit is contained in:
parent
aa26d98e2a
commit
fa99c09585
8 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#![no_std]
|
||||
#![deny(missing_docs)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
|
||||
//! Represents XMPP addresses, also known as JabberIDs (JIDs) for the [XMPP](https://xmpp.org/)
|
||||
//! protocol. A [`Jid`] can have between one and three parts in the form `node@domain/resource`:
|
||||
|
|
|
|||
Loading…
Reference in a new issue