sirr-server 1.0.23

Sirr server library — axum HTTP server with redb storage and ChaCha20Poly1305 encryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api_keys;
pub mod audit;
pub mod crypto;
pub mod db;
pub mod model;
pub mod webhooks;

pub use api_keys::{ApiKeyRecord, Permission};
pub use audit::{AuditEvent, AuditQuery};
pub use db::{GetResult, Store};
pub use model::{SecretMeta, SecretRecord};