Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.69 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.69 KB

CLI Length Converter

A Rust CLI program for converting values of different lengths.

Alt text

Options avaiables:

  • Convert px do em
  • Convert px do rem
  • Convert px do %

Technologies

How to use

Clone the repo

git clone https://github.com/vyamashiro/CLI_convert_lenght.git

Build the code

cargo build

Then run

cargo run

How to test

To run tests

cargo test

Documentation

Create documentation

cargo doc

Then access the documentation

cargo doc --open

License

This project is under the MIT licence. See the LICENSE for more details.


Created by Victor Katsuo Yamashiro