1
2
3
4
5
6
7
8
#![no_std]
#![feature(decl_macro, step_trait)]

#[cfg(test)]
#[macro_use]
extern crate std;

pub mod memory;