//! Recover dependency list from compiled Rust binaries
//!
//! Most functions and types in this module only appear
//! when the `binary_scanning` feature is enabled.
// enabled unconditionally due to being able to name the type being useful
// and this type alone not pulling in any additional dependencies
pub use *;
pub use *;
pub use *;