dpp-domain 0.3.0

EU Digital Product Passport domain types, port traits, and open-core boundary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Core DPP domain types: passport, GTIN, identity, status, sector, validation,
//! and transfer of responsibility.

pub mod error;
pub mod field_error;
pub mod gtin;
pub mod identity;
pub mod passport;
pub mod sector;
pub mod status;
pub mod transfer;
#[cfg(not(target_arch = "wasm32"))]
pub mod validation;