vaulted/lib.rs
1/*
2 Appellation: vaulted <library>
3 Creator: FO03 <jo3mccain@icloud.com>
4 Description:
5 Vaulted is intended to be an all-in-one password and credential management toolkit, readily equipped with an application availible in API and CLI flavors
6*/
7#[doc(inline)]
8pub use crate::{actors::*, core::*, cyber::*, data::*};
9
10mod actors;
11mod core;
12mod cyber;
13mod data;