Skip to content

Commit 43cb37d

Browse files
committed
Center Logo
1 parent 4b3afb4 commit 43cb37d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
![Spatial Typestate Banner](https://raw.githubusercontent.com/TelemetryWorks/spatial-typestate/main/images/spatial_typestate_logo.png)
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/TelemetryWorks/spatial-typestate/main/images/spatial_typestate_logo.png" alt="Spatial Typestate Banner" />
3+
</p>
24

35
# Spatial Typestate
4-
5-
`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.
76

87
| | |
98
|----------|----------------------------------------------------------------------------------------------------|
10-
| Meta | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) |
9+
| License | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) |
10+
11+
`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.
1114

1215
## Development
1316
See `CONTRIBUTING.md` for build, test, and CLI usage commands.

0 commit comments

Comments
 (0)