interprocess 2.4.0

Interprocess communication toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(unexpected_cfgs)]

mod null_dacl;
mod sd_graft;

use crate::tests::util::*;

#[cfg(not(ci))]
#[test]
fn sd_graft() -> TestResult { test_wrapper(sd_graft::test_main) }

#[test]
fn null_dacl() -> TestResult { test_wrapper(null_dacl::test_main) }