mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 08:41:36 +00:00
* Documentation updates: * libp2p: Update the top-level module documentation, already including intra-rustdoc links, removing outdated documentation, updating examples and polishing the text. * libp2p-core: Update the transport documentation to clarify that a `Transport` is really an abstraction only for connection-oriented transports. * More links * Fix typo. * Address review comments. * More doc tweaks. * Mention the necessity of creating an identity keypair. * Remove another mention of the removed Topology trait.