Skip to main content

iris_trust/
lib.rs

1//! Decoder identity, content hashes and substitution policy.
2//!
3//! A decoder is named by a URI and pinned by a BLAKE3 digest. A host that recognises the digest may run its own native implementation instead, and a host that does not may fetch and verify.
4//!
5//! Nothing is implemented yet. See the milestone that owns this crate in
6//! `docs/ROADMAP.md`.
7
8/// The version of this crate, as reported by build metadata.
9pub const VERSION: &str = env!("CARGO_PKG_VERSION");