Add a crate doc comment for floodsub (#748)

This commit is contained in:
James Ray
2018-12-07 09:39:21 +00:00
committed by Pierre Krieger
parent 6b93f02f6d
commit 2fc2a8c918

View File

@ -18,6 +18,9 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
//! Implements the floodsub protocol, see also the:
//! [spec](https://github.com/libp2p/specs/tree/master/pubsub).
extern crate bs58;
extern crate bytes;
extern crate cuckoofilter;