rustix 0.30.0

Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls
Documentation
1
2
3
4
#[test]
fn test_prot_flags() {
    assert_eq!(libc::PROT_NONE, 0);
}