snoop 1.0.1

snoop packet format parser reader and writer
Documentation
  • Coverage
  • 100%
    44 out of 44 items documented1 out of 12 items with examples
  • Size
  • Source code size: 32.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • ripx80/snoop-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ripx80

snoop

snoop file format for rust

snoop is a rust library to parse, read and write files in snoop format.

License

For more details:

format

  • only the snoop format to implement your own reader or writer

parse

  • parser to parse bytes in snoop format

read

  • read from a reader like a file or a buf
  • read form a reader as stream an block until eof appears

write

  • write to a writer like a file or a buf