overlay 1.0.1

An Overlay trait for reinterpreting a slice of bytes as an arbitrary type
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 4 items with examples
  • Size
  • Source code size: 1.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 802.56 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • bobrippling/overlay-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bobrippling

A trait for converting an arbitrary slice of bytes to a struct, intended for use with the #[overlay] macro from the overlay_macro crate.