ockam_identity 0.134.0

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
Documentation
pub use attributes_entry::*;
pub use change_history_repository::*;
#[cfg(feature = "storage")]
pub use change_history_repository_sql::*;
pub use credential_repository::*;
#[cfg(feature = "storage")]
pub use credential_repository_sql::*;
pub use identity_attributes_repository::*;
#[cfg(feature = "storage")]
pub use identity_attributes_repository_sql::*;

mod attributes_entry;
mod change_history_repository;
mod credential_repository;
mod identity_attributes_repository;

#[cfg(feature = "storage")]
mod change_history_repository_sql;
#[cfg(feature = "storage")]
mod credential_repository_sql;
#[cfg(feature = "storage")]
mod identity_attributes_repository_sql;