Heap bonus!

This commit is contained in:
2018-05-23 14:22:01 +02:00
parent 7e044abb53
commit a652dc1a17
6 changed files with 120 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ pub mod pool;
pub mod frame;
pub mod netstack;
#[cfg(feature = "bonus:heap")]
pub mod heap;
type Result<T> = ::std::result::Result<T, &'static str>;
pub use machine::Machine;