eng_fmt 0.1.2

Zero-depedency rate containing trait providing engineering notation formatting for f64
Documentation
1
2
3
4
5
6
# eng_fmt 
This is a Rust crate that formats `f64` as a `String` in [engineering notation](https://en.wikipedia.org/wiki/Engineering_notation).

## Change Log
- 0.1.2: Tweaked this readme and fixed a bad link.   
- 0.1.1: Provided much better examples in documentation.