tailed 0.0.1

Typed view into dynamically-sized byte buffers
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented5 out of 7 items with examples
  • Size
  • Source code size: 12.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Xanewok/tailed
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Xanewok

Supposedly a "safe" way to create a custom DSTs with flexible array members.

Currently, the main usage is FFI that uses a single allocation to return both the API-consumable data and the backing storage for it at the same, think inline strings or collections with dynamic item count.