RustPOSIX 
More implementation details could be found at wiki.
Contents
Run RustPOSIX-Rust
Quick start Use Develop branch for the most stable behaviour.
This will create a quick container with rustposix build at your local changes. helpful for exploration and easy testing.
See reference at Run RustPOSIX Independently
Test RustPOSIX-Rust
Use main branch for the most stable behaviour.
See reference at Testing and Debugging
Development Guideline
-
All PRs should be merged to the Develop branch
-
Any imports from the standard library or any crates should be done in an interface file
More detailed guideline will be in RustPOSIX's wiki