Output structures, implementation and samples to be used for the to be implemented output library (or crate)
- You will need Rust lang and git
- Installation instructions for Rust found here
- Installation instructions for git found here
- Then clone this repository:
git clone https://github.com/alfonsoIST/output.git - Tu run the example, Just execute
cargo run - To get latest changes, either
git pull origin mainormake pull
- Added Functions to output.rs
- Added samples to main.rs
- Created Makefile to facilitate remote updates
- Added MIT license
- Tested and small updates
- Final version to start work