UOR-ADDR release v0.2.0.
Rust crates (published to crates.io in dependency order):
uor-addr— the core Rust crate;no_std+no_allocby default. Six format realizations, three schema-pinned descendants, two cost-model variants.uor-addr-c— C ABI bindings (extern "C"+ cbindgen header); builds on hosted +thumbv7em-none-eabihf.uor-addr-wasm— WASM Component Model bindings viawit-bindgen; consumable from any language with a wasm runtime.
Language bindings:
@uor-foundation/uor-addr(npm) — wraps the WASM Component Model artifact viajco.uor-addr(PyPI) — wraps the C ABI viactypes; per-platform wheels.
Release artifacts (attached below):
uor_addr_wasm.wasm— Component Model artifact.uor_addr.h— auto-generated C header.libuor_addr_c-*.{so,dylib,dll}— per-platform native libraries.
All distribution targets produce the same 71-byte ASCII sha256:<64hex> κ-label byte-for-byte. Architecture documented in ARCHITECTURE.md; conformance contract in CONFORMANCE.md; V&V gate at VERIFICATION.md.
What's Changed
Full Changelog: v0.1.1...v0.2.0