iliekturtles / uom

Units of measurement -- type-safe zero-cost dimensional analysis
Apache License 2.0
989 stars 89 forks source link

Update examples #455

Open kain4422 opened 6 months ago

kain4422 commented 6 months ago

While first using uom, I found it difficult to get values back out of quantities for plotting. It took longer than I'd like to admit to find the get() function, as it isn't used in any examples or README.

I've updated README.md & si.rs with some examples of get() to make it more obvious.