First project with Rust
My first project with Rust i create a CLI that creates a vector
This projects implements these algorithms:
Clone the repo:
git clone https://github.com/codermarcos/rust-sorting-algorithms.git
If you haven't installed Rust you need install:
To run you can use:
cargo run
You can pass arg to run:
cargo run [OPTION] [SUB_OPTIONS]
Options avaliable:
- show: To show some avaliables options
- initial: To show initial vector
- result: To show ordened vector