Indicate which feature flag for each module/type

This commit is contained in:
xmppftw xmppftw 2024-08-04 22:35:01 +02:00
commit fa99c09585
8 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,6 @@
//#![deny(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
//! This crate provides a framework for SASL authentication and a few authentication mechanisms.
//!