libc-spawn 0.0.1

Raw bindings to POSIX spawn APIs for Rust
Documentation
1
2
3
4
5
6

use libc;

pub type posix_spawnattr_t = * const libc::c_void;
pub type posix_spawn_file_actions_t = * const libc::c_void;