trapper 2.0.0

A library for creating newtypes that don't require ownership of their internal value
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented6 out of 7 items with examples
  • Size
  • Source code size: 6.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ObsidianMinor/trapper
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ObsidianMinor

trapper

Trapper (or transparent wrapper) allows for the creation of transparent type wrappers, that is types which are transparent and can be wrapped and unwrapped for zero cost.