circular 0.3.0

A stream abstraction designed for use with nom
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented2 out of 17 items with examples
  • Size
  • Source code size: 14.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sozu-proxy/circular
    13 6 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Geal

Circular

Circular is a stream abstraction designed for use with nom. It can expose the available data, a mutable slice of the available space, and it separates reading data from actually consuming it from the buffer.