docs rs attribute

This commit is contained in:
Christoph J. Scherr 2024-03-03 18:19:36 +01:00
parent d58207cb5d
commit c95a919107
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
//!
//! `pt` is a project consisting of multiple smaller crates, all bundled together in this
//! "main crate". Most crates will only show up if you activate their feature.
#[cfg_attr(docsrs, doc(cfg(feature = "full")))]
#[cfg(feature = "bintols")]
pub use libpt_bintols as bintols;