rfluids 0.3.1

🦀 Rusty CoolProp wrapper
Documentation
1
2
3
4
5
6
7
8
9
/// Keyed input.
#[derive(Clone, Copy, Debug, PartialEq)]
#[non_exhaustive]
pub struct Input<T: Copy> {
    /// Specified key.
    pub key: T,
    /// Specified value **\[SI units\]**.
    pub value: f64,
}