1
2
3
4
5
6
//! Implements API wrappers for the
//! [System Backend](https://www.vaultproject.io/api/system/index.html) endpoints

pub mod mounts;

pub use mounts::Mounts;