mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 01:31:33 +00:00
Add line in README
This commit is contained in:
@ -16,6 +16,7 @@ Architecture of the crates of this repository:
|
|||||||
- `libp2p-host`: Stub. Will probably get reworked or removed.
|
- `libp2p-host`: Stub. Will probably get reworked or removed.
|
||||||
- `libp2p-peerstore`: Generic storage for information about remote peers (their multiaddresses and
|
- `libp2p-peerstore`: Generic storage for information about remote peers (their multiaddresses and
|
||||||
their public key), with multiple possible backends. Each multiaddress also has a time-to-live.
|
their public key), with multiple possible backends. Each multiaddress also has a time-to-live.
|
||||||
|
- `libp2p-secio`: Implementation of the `secio` protocol. Encrypts communications.
|
||||||
- `libp2p-tcp-transport`: Implementation of the `Transport` trait for TCP/IP.
|
- `libp2p-tcp-transport`: Implementation of the `Transport` trait for TCP/IP.
|
||||||
- `libp2p-transport`: Contains the `Transport` trait. Will probably get reworked or removed.
|
- `libp2p-transport`: Contains the `Transport` trait. Will probably get reworked or removed.
|
||||||
- `multihash`: Utility library that allows one to represent and manipulate
|
- `multihash`: Utility library that allows one to represent and manipulate
|
||||||
|
Reference in New Issue
Block a user