system Build Status

A system handler to interact with processes.

Support the following platforms:

C interface

It's possible to use this crate directly from C. Take a look at the Makefile and at the examples/src/simple.c files.

To build the C example, just run:

```bash

make ./simple

If needed:

LDLIBRARYPATH=target/release/ ./simple ```