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.gitBuild the code
cargo buildThen run
cargo runTo run tests
cargo testCreate documentation
cargo docThen access the documentation
cargo doc --openThis project is under the MIT licence. See the LICENSE for more details.
Created by Victor Katsuo Yamashiro
