1
2
3
4
5
mod generator;
mod parser;

pub use generator::{generate_rust_code, Config};
pub use parser::{errors, parse_tl_file, tl};