interprocess 2.4.0

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

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

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