uor-addr 0.2.0

UOR-ADDR — the typed reference vocabulary for content-addressing across recursively-grammared formats. Standard-library Layer-3 Prism realization of the UOR Foundation; ships the common architectural surface plus the JSON realization under JCS-RFC8785 + NFC + SHA-256.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! CS-F4 — ± involution quotient (bitwise-complement lex-min) per wiki [ADR-061] §(2). Five σ-axes × one shape =
//! five unary entry points.
//!
//! [ADR-061]: https://github.com/UOR-Foundation/UOR-Framework/wiki/ADR-061

pub mod model;
pub mod pipeline;
pub mod value;
pub mod verbs;

pub use pipeline::{
    compose_f4_quotient, compose_f4_quotient_blake3, compose_f4_quotient_keccak256,
    compose_f4_quotient_sha3_256, compose_f4_quotient_sha512,
};