pub mod error;
pub mod parse;
#[cfg(feature = "binary")]
pub mod binary;
#[cfg(any(test, feature = "test"))]
pub mod test;
pub const BUILD_MANIFEST: &str = env!("SYSTEM_DEPS_BUILD_MANIFEST");
pub const TARGET_DIR: &str = env!("SYSTEM_DEPS_TARGET_DIR");