Tehforsch / diman

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

allow partial resolution #21

Closed Tehforsch closed 11 months ago

Tehforsch commented 11 months ago

implements partial resolution of units and dimensions. this means that a single undefined/unresolved/duplicate definition does not prevent all the other types from generating. this helps keep compiler output clean in large code bases.

solves #12