rightkit-process 0.1.0

Ownership-safe child lifecycle, restart, and health primitives for Right Suite apps.
Documentation
1
2
3
4
5
#[test]
fn adopted_process_is_observation_only_at_compile_time() {
    let cases = trybuild::TestCases::new();
    cases.compile_fail("tests/ui/adopted_cannot_terminate.rs");
}