mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-17 12:01:23 +00:00
Add memory transport. (#343)
* Add memory transport. * Change test to be compatible with rust stable. * Address concerns * Add some documentation and minor fixes * Move transport test to memory module
This commit is contained in:
committed by
Pierre Krieger
parent
e0d057a1a6
commit
81e8735968
@ -210,11 +210,16 @@ extern crate parking_lot;
|
||||
extern crate protobuf;
|
||||
#[macro_use]
|
||||
extern crate quick_error;
|
||||
extern crate rw_stream_sink;
|
||||
extern crate smallvec;
|
||||
extern crate tokio_io;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate rand;
|
||||
#[cfg(test)]
|
||||
extern crate tokio_codec;
|
||||
#[cfg(test)]
|
||||
extern crate tokio_current_thread;
|
||||
|
||||
/// Multi-address re-export.
|
||||
pub extern crate multiaddr;
|
||||
|
Reference in New Issue
Block a user