interprocess-docfix 1.2.2

Interprocess communication toolkit. Docs fixed.
Documentation
1
2
3
4
5
6
7
//! Adapter module, implements Tokio local sockets under Windows.

mod listener;
pub use listener::*;

mod stream;
pub use stream::*;