1 2 3 4 5 6 7 8 9
#![no_std] #![feature(const_option)] #![feature(asm_const)] #![feature(core_intrinsics)] // TODO remove #![allow(dead_code)] #![allow(missing_docs)] #![allow(internal_features)] // TODO remove // pub mod memory;