vti-common 0.9.1

Shared server-side infrastructure for VTA and VTC services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod acl;
pub mod audit;
pub mod auth;
pub mod config;
pub mod context_path;
pub mod error;
pub mod idempotency;
pub mod identifier;
pub mod pagination;
pub mod seed_store;
#[cfg(feature = "setup")]
pub mod setup;
pub mod store;
pub mod telemetry;
pub mod trust_task;
pub mod vault;