dkp-core 0.3.0

Core DKP bundle parsing, types, validation, and search library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod config;
pub mod domain;
pub mod error;
pub mod okf;
pub mod pack;
pub mod procedures;
pub mod registry;
pub mod search;
pub mod trust;
pub mod types;
pub mod validate;

pub use domain::{derive_and_validate_domain_slug, slugify_domain};
pub use error::{DkpError, DkpResult};
pub use pack::loader::Pack;
pub use types::manifest::Manifest;