sleep-parser 0.0.1

Parse Dat protocol SLEEP files
Documentation
# sleep-parser
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]

Parse [Dat protocol SLEEP
files](https://github.com/datproject/docs/blob/master/papers/sleep.md).

- [Documentation][8]
- [Crate][2]

## Installation
```sh
$ cargo add sleep-parser
```

## License
[Apache-2.0](./LICENSE)

[1]: https://img.shields.io/crates/v/sleep-parser.svg?style=flat-square
[2]: https://crates.io/crate/sleep-parser
[3]: https://img.shields.io/travis/datrs/sleep-parser.svg?style=flat-square
[4]: https://travis-ci.org/datrs/sleep-parser
[5]: https://img.shields.io/crates/d/sleep-parser.svg?style=flat-square
[6]: https://crates.io/crates/sleep-parser
[7]: https://docs.rs/sleep-parser/badge.svg
[8]: https://docs.rs/sleep-parser