conspire 0.7.6

The Rust interface to conspire.
Documentation
1
2
3
4
use crate::{math::Quantity, units::PowerPerLengthTemperature};

pub const THERMAL_CONDUCTIVITY: Quantity<PowerPerLengthTemperature> =
    PowerPerLengthTemperature::watts_per_meter_kelvin(1.0);