Skip to content

Lind-Project/safeposix-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd70d39 · Feb 20, 2025
May 9, 2024
Jun 30, 2024
Jul 2, 2024
May 2, 2024
Feb 20, 2025
May 22, 2024
Jun 28, 2024
Jun 26, 2024
Nov 9, 2023
May 10, 2024
May 2, 2024
Jun 22, 2022
Apr 24, 2024

Repository files navigation

RustPOSIX Build Status

More implementation details could be found at wiki.

Contents

Run RustPOSIX-Rust

Quick start Use Develop branch for the most stable behaviour.

docker build -t --platform <your platform> <image_name> .devcontainer
docker run -it <image_name>

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.

cargo build
cargo test --lib

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

About

Rust implementation of SafePOSIX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages