1
2
3
4
5
6
7
// This crate is a library
#![crate_type = "lib"]
// The library is named "rary"
#![crate_name = "cortex"]

pub mod cortex;