fend 0.1.6

Calculator and unit conversion tool
1
2
3
4
5
6
7
8
9
10
# Contribution Guide

Thanks for looking into contributing to fend!

You can look at the [GitHub Issue List](https://github.com/printfn/fend-rs/issues)
to find something you'd like to improve. Alternatively, feel free to make any change
you'd consider useful.

Make sure to run `cargo fmt` and `cargo clippy` before committing. To run unit and
integration tests, run `cargo test --all`.