Source for the ProcessKit documentation site — the narrative guide for the Rust processkit crate and the wider ProcessKit family of async child-process management libraries.
Currently available:
- Rust — processkit (source)
- Python — processkit-py (source)
This site documents the Rust crate and includes a dedicated overview of the Python wrapper. The wrapper's full guides live in its source repository. Future implementations are planned for Go, F#, and Kotlin.
cargo install mdbook # once
mdbook serve # live-reload at http://localhost:3000Edit the Markdown sources under docs/ and open a pull request. The site is rebuilt and deployed automatically on every push to main via GitHub Actions.