1
2
3
4
5
6
7
#![feature(extern_types)]
#![no_std]
#![deny(warnings)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

pub mod slang;