design.md
Ο 0.0%
Dimensions
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β¦