1 2 3 4 5 6 7 8 9 10 11 12
//! no std dependencies #![cfg(not(feature = "std"))] pub use alloc::{ borrow::ToOwned, collections::BTreeMap, fmt, format, prelude::v1::Box, rc::Rc, string::{String, ToString}, vec, vec::Vec, };