paholg / dimensioned

Compile-time dimensional analysis for various unit systems using Rust's type system.
https://crates.io/crates/dimensioned
MIT License
300 stars 23 forks source link

Add static method System::to_string #73

Closed paholg closed 3 years ago

paholg commented 3 years ago

This formats the units in the same way as the formatting traits, but does not require a value.

It is used in the AutoArgs help message.

paholg commented 3 years ago

@droundy I'm not sure if you had a better idea for how to render the AutoArgs help message.

droundy commented 3 years ago

I'll take a look when I get a chance.