ej-io 0.3.0

Program management utilities for the EJ framework
Documentation
# ej-io

Program management utilities for the EJ framework.

## Overview

`ej-io` provides essential utilities for program management within the EJ framework. It handles process execution, I/O operations, and other system-level interactions needed for managing build and test processes.

## Features

- Process execution and management
- I/O operations and file handling
- System interaction utilities
- Process monitoring and control
- Resource management

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
ej-io = "0.3.0"
```

## Part of EJ Framework

This crate is part of the [EJ Framework](https://github.com/embj-org/ej) - a modular and scalable framework for automated testing on physical embedded boards.

## Copyright and License

This crate is heavily inspired from PLX, a project co-developed by the author of EJ. The original PLX code is not yet released under an open source license but will be in the future pending a decision from HEIG-VD.