chamber-core 0.2.0

The core for Chamber, the self-hostable SecretOps service.
Documentation
1
2
3
4
5
6
7
8
9
pub mod core;
pub mod consts;
pub mod errors;
pub mod postgres;
pub mod secrets;
pub mod traits;
pub mod users;

pub use postgres::Postgres;