Expand description
did:q42 topological coordinate resolver.
A did:q42 URI is a physical topological coordinate — an absolute
pointer into the Qualia disk/memory layout — not a human identity.
§Zero-allocation guarantee
All operations work directly on &[u8]. No String or Vec is
constructed at any point in the hot path.
§MSB flag convention
Any u64 returned by this module has bit 63 set to 1. The Webizen VM
uses that bit to distinguish absolute hardware/disk pointers (MSB = 1) from
local dictionary hashes produced by q_hash (MSB = 0).
Enums§
- Identifier
Error - Errors returned by
parse_did_q42.
Functions§
- parse_
did_ q42 - Parse a
did:q42:URI byte slice into a 64-bit topological pointer.