1// SPDX-License-Identifier: Apache-2.0 OR MIT
2
3/// `core::convert`
4#[cfg(feature = "convert")]
5pub(crate) mod convert;
6/// `core::fmt`
7pub(crate) mod fmt;
8/// `core::future`
9pub(crate) mod future;
10/// `core::iter`
11pub(crate) mod iter;
12/// `core::ops`
13pub(crate) mod ops;
14