You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`spatial-typestate` is a Rust library for safety-critical 3D coordinate systems.
6
-
It uses typestate to encode the frame of reference and physical units in the type system, so that frame mixups and unit errors become compile-time bugs instead of runtime surprises.
`spatial-typestate` is a Rust library for safety-critical 3D coordinate systems.
12
+
13
+
It uses typestate to encode the frame of reference and physical units in the type system, so that frame mixups and unit errors become compile-time bugs instead of runtime surprises.
11
14
12
15
## Development
13
16
See `CONTRIBUTING.md` for build, test, and CLI usage commands.
0 commit comments