vta-service 0.3.2

Service for Verifiable Trust Agents operating in Verifiable Trust Communities
Documentation
1
2
3
4
5
pub use vti_common::store::*;

// Re-export vsock store types at the top level
#[cfg(feature = "vsock-store")]
pub use vti_common::store::vsock::{VsockKeyspaceHandle, VsockStore};