isomdl 0.2.0

ISO mDL implementation in Rust
Documentation
1
2
3
4
5
6
//! This module contains the implementation of the `issuance` module.
//!
//! The `issuance` module provides functionality for handling issuance related operations.
pub mod mdoc;

pub use mdoc::{Mdoc, Namespaces};