sirr-server 2.0.58

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

pub use audit::{AuditEvent, AuditQuery};
pub use db::{Store, StoreError};
pub use keys::KeyRecord;
pub use model::SecretRecord;
pub use visibility::Visibility;