Folder
Synonyms
radio/iroh-blobs/DESIGN
Blob store trade offs BLAKE3 hashed data and BLAKE3 verified streaming/bao are fully deterministic. The iroh blobs protocol is implemented in this spirit. Even for complex requests like requests that involve multiple ranges or entire hash sequences, for every request, there is exactly one sequenceβ¦
rs/docs/explanation/design
Design Principles Strict Superset Every valid Rust program is a valid Rs program. This is a hard constraint, not a goal. Compatibility is verified by compiling the top 1000 no_std crates from crates.io with `rsc` on every CI run. Rs adds constructs. It never changes the meaning of existing Rustβ¦