1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// -*- coding: utf-8 -*- // _ __ // | |/ /___ ___ _ __ ___ _ _ (R) // | ' </ -_) -_) '_ \/ -_) '_| // |_|\_\___\___| .__/\___|_| // |_| // // Keeper Secrets Manager // Copyright 2024 Keeper Security Inc. // Contact: sm@keepersecurity.com // #[allow(clippy::module_inception)] pub mod core; pub use core::{ClientOptions, SecretsManager};