mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 14:51:34 +00:00
Rename libp2p-tcp-transport to libp2p-tcp (#762)
This commit is contained in:
@ -27,8 +27,8 @@
|
||||
//! Example:
|
||||
//!
|
||||
//! ```
|
||||
//! extern crate libp2p_tcp_transport;
|
||||
//! use libp2p_tcp_transport::TcpConfig;
|
||||
//! extern crate libp2p_tcp;
|
||||
//! use libp2p_tcp::TcpConfig;
|
||||
//!
|
||||
//! # fn main() {
|
||||
//! let tcp = TcpConfig::new();
|
||||
|
Reference in New Issue
Block a user