Finalize no_std support.

This commit is contained in:
Stephen Chung
2020-03-18 10:50:51 +08:00
parent ca20faf170
commit ecded729ad
3 changed files with 27 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
//! Helper module which defines most of the needed features from `std` for `no-std` builds.
#[cfg(feature = "no_stdlib")]
mod inner {
pub use core::{