docs.rs seems somewhat broken
If you look, for example, at si::pressure::Pressure there's over a hundred instances of the ceil() listed in the sidebar. Makes browsing the documentation somewhat difficult to read.
I'm not entirely sure if the issue is with the way uom does things, or something with the way docs.rs renders things, so I wanted to get your input first.
It looks like cargo doc generates one entry for each possible unit that can be used as the generic parameter to ceil, fract, ...
Not ideal, so I'm leaving this open to see if we can find a way to de-duplicate the entries.
It looks like
cargo docgenerates one entry for each possible unit that can be used as the generic parameter toceil,fract, ...
Hmm... that sounds more like a bug with generating the documentation, truth be told.