spawn-task-port 0.1.1

Spawn a child process on OS X and get the child's Mach task port.
Documentation
1
2
3
4
5
6
extern crate docmatic;

#[test]
fn test_readme() {
    docmatic::assert_file("README.md");
}