# sleep-protocol [![crates.io version][1]][2] [![build status][3]][4] [![downloads][5]][6] [![docs.rs docs][7]][8] SLEEP Network Protocol protobuf definitions. ## Installation ```sh $ cargo add sleep-protocol ``` ## Links - [documentation][8] - [crate][2] ## Further Reading - https://github.com/datproject/docs/blob/master/papers/dat-paper.md ## License [Apache-2.0](./LICENSE) [1]: https://img.shields.io/crates/v/sleep-protocol.svg?style=flat-square [2]: https://crates.io/crate/sleep-protocol [3]: https://img.shields.io/travis/yoshuawuyts/sleep-protocol.svg?style=flat-square [4]: https://travis-ci.org/yoshuawuyts/sleep-protocol [5]: https://img.shields.io/crates/d/sleep-protocol.svg?style=flat-square [6]: https://crates.io/crates/sleep-protocol [7]: https://docs.rs/sleep-protocol/badge.svg?version=0.1.0 [8]: https://docs.rs/sleep-protocol