interprocess 2.2.2

Interprocess communication toolkit
Documentation
1
2
3
4
5
6
7
8
mod basic;

use super::util::{tokio::*, TestResult};

#[test]
fn basic() -> TestResult {
	test_wrapper(basic::main())
}