LeonidGrr / accrete

Rust version of planetary system generation algorithm "Accrete".
MIT License
20 stars 3 forks source link

[suggestion] SI Units using Uom #7

Open Wicpar opened 3 years ago

Wicpar commented 3 years ago

This crate uses lots of f64 to describe different units, it could be useful to use a crate like uom to type the different units properly.

Having Unit hints are not only useful as a type enforcement to prevent bugs, but also hints on the proper usage of all the different available parameters.

LeonidGrr commented 3 years ago

@Wicpar Great suggestion. Worth it to implement.