snoop 1.0.2

snoop packet format parser reader and writer
Documentation
# snoop

> **snoop file format for rust**

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

[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE-MIT)

For more details:

- [examples]examples/

## 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