imprint 0.2.0

Type-level manipulation of values.
Documentation
  • Coverage
  • 54.93%
    39 out of 71 items documented6 out of 62 items with examples
  • Size
  • Source code size: 46.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.73 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Rufflewind/imprint
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Rufflewind

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.