1
2
3
4
5
6
pub mod codegen;
pub mod error;
pub mod target;

pub use codegen::codegen;
pub use error::{Error, Result};