imprint 0.1.0

Type-level manipulation of values.
Documentation

Provides the ability to imprint values at the type level, enabling compile-time validation of values that only exist at run time.

Heavily inspired by Edward Kmett's reflection and eq libraries, as well as Gankro's sound unchecked indexing approach.