rs/macros/src/addressed.md
π 0.0%
Dimensions
rs/reference/addressed
Addressed Types Problem In addressed systems, data is identified by its hash. All addressing reduces to hashing — even physical locations can be geohashed. Producing the hash requires canonical serialization — the same data must always serialize to the same bytes. Rust has no built-in concept of…
rs/reference/errors/addressed
Addressed Errors (RS301–RS306) [Back to Error Catalog](/rs-reference-errors) | Spec: [addressed.md](/rs-reference-addressed) Enforcement: proc-macro (`#[derive(Addressed)]`) + rsc lint (transitivity verification). RS301: Type not serializable Every field in an `Addressed` struct must implement…