xprocess 0.0.2

Easily spawn child processes on Unix
Documentation
<div>
  <h1 align="center">xprocess</h1>
  <h4 align="center">Easily spawn child processes on Unix</h4>
</div>

<div align="center">

  [![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)

</div>

## Installation

```bash
cargo add xprocess
```

## License

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