# snoop
> **snoop file format for rust**
snoop is a rust library to parse, read and write files in snoop format.
[](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