impl_macros/
lib.rs

1#![cfg_attr(not(feature = "std"), no_std)]
2
3#[cfg(feature = "alloc")]
4pub extern crate alloc;
5
6#[cfg(feature = "alloc")]
7mod alloc_;