busylib 0.0.8

BUSY Bar Rust HTTP client
Documentation
1
2
3
4
5
6
7
8
9
//! Audio volume values

crate::types::percentage_newtype!(
    /// Audio volume, as a percentage.
    Volume,
    "volume",
    "a percentage between 0 and 100",
    0
);