arraybox 0.1.4

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity `ArrayBox`.
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 6.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 573.69 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • A1-Triard/arraybox
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • A1-Triard

maintenance: experimental

arraybox

A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity ArrayBox.