Tehforsch / diman

Define rust compile time unit systems using const generics
52 stars 2 forks source link

Add integer storage types #59

Open Tehforsch opened 8 months ago

Tehforsch commented 8 months ago

The main challenge here is to figure out a good way to do (or prevent) automatic unit conversions which might not be safe for integer storage types while still preserving ergnomics. Look into uom for inspiration.