//! Rs-measures version of the example `unit.rs` of the crate `uom` version 0.35.0.
//! Example showing how to add new units to existing quantities.
use MeasurementUnit;
use ;
;
/*
Rs-measures will print:
15 m = 8.813161 smoot
1 smoot = 1.702 m
UOM will print:
15 m = 8.813161 smoot
1 smoot = 1.702 m
*/