c-scape 0.22.3

A libc bottom-half implementation in Rust
Documentation
mod chdir;
mod chroot;
mod daemon;
mod egid;
mod euid;
mod exec;
mod getcwd;
mod gid;
mod groups;
mod kill;
mod pid;
mod pidfd;
mod priority;
mod rlimit;
mod sid;
mod system;
mod uid;
mod umask;
mod wait;

// this entire module is
// #[cfg(not(target_os = "wasi"))]