dpp-domain 0.2.0

EU Digital Product Passport domain types, port traits, and open-core boundary
Documentation
1
2
3
4
5
6
7
8
9
//! Port traits defining the core/platform boundary — one port per infrastructure concern.

pub mod archive;
pub mod compliance;
pub mod identity_port;
pub mod passport_repo;
pub mod plugin_host_port;
pub mod registry_sync;
pub mod seal;