generated from PlexSheep/baserepo
docs rs attribute
This commit is contained in:
parent
b374aa7e43
commit
fc1ab46d8a
|
@ -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;
|
||||
|
|
Reference in New Issue