mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
Add a crate doc comment for floodsub (#748)
This commit is contained in:
committed by
Pierre Krieger
parent
6b93f02f6d
commit
2fc2a8c918
@ -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;
|
||||
|
Reference in New Issue
Block a user