Skip to content

Rust CLI program for converting values of different lengths.

License

Notifications You must be signed in to change notification settings

vyamashiro/CLI_convert_lenght

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust CLI program for converting values of different lengths.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages