//! Authentic Chained Data Containers (ACDC)
//!
//! Spec: <https://github.com/trustoverip/TSS0033-technology-stack-acdc/blob/main/docs/index.md>
//!
//! For usage see: [`Attestation`]
// #![warn(clippy::pedantic)]
// #![warn(missing_docs)]
pub use Attestation;
pub use Attributes;
pub use Authored;