# TODO
- add binary prefixes (i.e., kibi, mebi, gibi, etc.)
- organize by trait category
- add more SI derived units
- add common mathematical operations (`abs`, `powi`, `sqrt`)
- add feature flags for conditional compilation
- unit categories (electrical, mechanical, etc.)
- prefix sets (common vs. all)
- scalar types (i.e., f32, f64)
- add docs
- add doc-tests