incpa-byte 0.0.3

Byte-oriented parsing and input for `incpa` parsers.
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented0 out of 3 items with examples
  • Size
  • Source code size: 9.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • nejucomo/incpa
    1 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nejucomo

[ByteParser] and other support for parsing bytes

  • Replace our concrete BufferManager with a trait and impl, because different applications have different performance needs and benefit from different strategies.