nc 0.9.7

Access system calls directly
Documentation
1
2
3
4
/// Create a pipe.
pub unsafe fn freebsd10_pipe() -> Result<(), Errno> {
    syscall0(SYS_FREEBSD10_PIPE).map(drop)
}