1
2
3
4
5
//! # Info
//!
//! This corresponds to the `info/` endpoint of the ImageVault API.
pub use version::version;
mod version;