interprocess 2.2.2

Interprocess communication toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
//{
// TODO(2.3.0)..?
#[cfg(not(all(windows, feature = "tokio")))]
fn main() {}
#[cfg(all(windows, feature = "tokio"))]
fn main() -> std::io::Result<()> {
	//}
	//{
	Ok(())
} //}