An open API service indexing awesome lists of open source software.

https://github.com/leoborai/xprocess

Easily spawn child processes on Unix
https://github.com/leoborai/xprocess

process spawn unix

Last synced: 4 months ago
JSON representation

Easily spawn child processes on Unix

Awesome Lists containing this project

README

          


xprocess


Easily spawn child processes on Unix


[![Crates.io](https://img.shields.io/crates/v/xprocess.svg)](https://crates.io/crates/xprocess)
[![Documentation](https://docs.rs/xprocess/badge.svg)](https://docs.rs/xprocess)
![CI](https://github.com/LeoBorai/xprocess/workflows/ci/badge.svg)
![Release](https://github.com/LeoBorai/xprocess/workflows/release/badge.svg)

## Installation

```bash
cargo add xprocess
```

## License

This project is licensed under the MIT license and the Apache License 2.0.