libp2p-scatter 0.2.0

broadcast messages to connected peers
Documentation
[![API Documentation][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Rust Stable][rustc-image]
![Apache 2.0 Licensed][license-apache-image]
![MIT Licensed][license-mit-image]

# libp2p-scatter

Broadcast messages to connected peers.

Forked from https://github.com/cloudpeers/libp2p-broadcast.

## License

MIT OR Apache-2.0

[build-image]: https://github.com/romac/libp2p-scatter/workflows/Rust/badge.svg
[build-link]: https://github.com/romac/libp2p-scatter/actions?query=workflow%3ARust
[docs-image]: https://docs.rs/libp2p-scatter/badge.svg
[docs-link]: https://docs.rs/libp2p-scatter
[license-apache-image]: https://img.shields.io/badge/license-Apache_2.0-blue.svg
[license-mit-image]: https://img.shields.io/badge/license-MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-stable-orange.svg