mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-07 00:22:16 +00:00
* add docs about deriving NetworkBehaviour * add commentary to the chat example also minor stuff like reordering to match the struct elements, note why the listening address is reported in poll. * fix remove the warning on the example ignored field * Apply suggestions from code review Thanks for suggestions! Co-Authored-By: Max Inden <mail@max-inden.de> * chore cleanup added docs after suggestions * fix print all listening addresses in examples/chat not that there should be more than one but it makes sense to repeat the full example here. * chore remove confusing writing on printing the listening addrs * fix use intra-docs, spelling Co-Authored-By: Roman S. Borschel <roman@parity.io> Co-authored-by: Max Inden <mail@max-inden.de> Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>