exports and fix for no-std

This commit is contained in:
NikVolf
2019-01-22 14:31:21 +03:00
parent dd9169e30f
commit cf10b7d5d9
3 changed files with 59 additions and 5 deletions
+4
View File
@@ -59,6 +59,10 @@ mod std {
pub use core::*;
pub use alloc::{vec, string, boxed, borrow};
pub mod rc {
pub use alloc::rc::Rc;
}
pub mod collections {
pub use alloc::collections::{BTreeMap, BTreeSet};
}