seraphite/
lib.rs

1pub mod linker;
2pub mod macros;
3pub mod parser;
4pub mod utils;
5
6pub const VERSION: &str = env!("CARGO_PKG_VERSION");
7pub const PACKAGE: &str = env!("CARGO_PKG_NAME");