Heap bonus!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user