Download
git clone https://github.com/Siiir/iris_classifier
Run
cd iris_classifier
cat ./data/unclassified_irises.csv | cargo run --release
Above approach requires
cargo
that is usually installed with rustup
Help (passing arguments to app)
You can also pass arguments to the app after --, which is cargo's way to separate cargo args from app args.
Try: cargo r -r -- --help