#![doc = crate::doc_!(extends: hint)]
mod _doc; mod _reexport; mod _use; mod error;
#[doc(hidden)]
pub use paste::__paste;
mod asserts; mod capture; mod cdbg; mod cfg_if; mod cfor; mod deprecate; mod ident; mod is; mod impl_trait; mod items; mod include; mod maybe; mod methods; mod paste; mod r#const; mod reexports;
#[cfg(_bit··)]
mod enumset; #[cfg(feature = "_unroll")]
mod unroll;
crate::items! { #[allow(unused)]
pub use {_mods::*, _internals::*};
#[allow(unused)] #[doc(hidden, no_inline)]
pub use _always::*;
mod _mods {
pub use super::{
asserts::_all::*, capture::*, cdbg::*, cfg_if::*, cfor::*, deprecate::*, ident::*,
is::*, impl_trait::*, include::*, items::*, maybe::*, methods::*, paste::*, r#const::*,
reexports::*,
};
#[cfg(_bit··)]
pub use super::enumset::*;
#[cfg(feature = "_unroll")]
pub use super::unroll::_all::*;
}
pub(super) mod _internals {
pub(crate) use super::{_doc::*, _reexport::*, _use::*, error::*};
}
pub(super) mod _all {
#[doc(inline)]
pub use super::_mods::*;
}
pub(super) mod _always { #![allow(unused)]
pub use super::{_internals::*, reexports::*, error::*};
}
}