A Rust CLI program for converting values of different lengths.
Options avaiables:
- Convert px do em
- Convert px do rem
- Convert px do %
Clone the repo
git clone https://github.com/vyamashiro/CLI_convert_lenght.git
Build the code
cargo build
Then run
cargo run
To run tests
cargo test
Create documentation
cargo doc
Then access the documentation
cargo doc --open
This project is under the MIT licence. See the LICENSE for more details.
Created by Victor Katsuo Yamashiro