Module au::units[][src]

Units of measurement

List of strongly typed units of measurement. It avoids the use of primitive types (newtype pattern)

  • decibel
  • seconds
  • Hertz
  • radians per second

Conversion between units are available.

Structs

Decibel

Unit of measurement: deciBel [dB]

Hertz

Unit of measurement: Hertz [Hz]

RadiansPerSecond

Unit of measurement: Radians per seconds [rad/s]

Seconds

Unit of measurement: seconds [s]

Traits

ToDecibel

Trait for the conversion to decibels.