liberty-db 0.2.2

`liberty` data structre
Documentation
//! Power (base unit watt, m² · kg · s⁻³).

pub use uom::si::power::{
    attowatt,
    centiwatt,
    decawatt,
    deciwatt,
    // erg_per_second,
    exawatt,
    femtowatt,
    // foot_pound_per_hour,
    // foot_pound_per_minute,
    // foot_pound_per_second,
    gigawatt,
    hectowatt,
    // horsepower,
    // horsepower_boiler,
    // horsepower_electric,
    // horsepower_imperial,
    // horsepower_metric,
    // hydraulic_horsepower,
    kilowatt,
    megawatt,
    microwatt,
    milliwatt,
    nanowatt,
    petawatt,
    picowatt,
    terawatt,
    watt,
    yoctowatt,
    yottawatt,
    zeptowatt,
    zettawatt,
};