/unit_parser

A unit-aware numeric value parser.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Unit Parser

A library for parsing numeric values with physical units. A similar idea to GNU's units command, except in this case we just implement the parser.

Doing unit conversions is up to another library.