tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
442 stars 28 forks source link

Revamp CLI #59

Closed tiffany352 closed 4 years ago

tiffany352 commented 4 years ago

Moves the CLI to be a separate crate from the core library, so that the CLI isn't constrained to a single file using dependencies from the base project.

With these changes, I can break stuff out into multiple files, and pull in dependencies like clap.

Fixes #52. Fixes #49.