//! Import of third-party ballistic profile files.
//!
//! Currently supports the ArcherBC2 `.a7p` format (MD5-hex envelope + proto3
//! payload). The wire format is implemented here from the protobuf wire
//! specification for interoperability; no upstream schema files or code are
//! vendored (the a7p project is LGPL-3.0, this crate is MIT OR Apache-2.0).
pub use ;