busylib 0.0.3

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

crate::types::percentage_newtype!(
    /// Opacity, as a percentage.
    Opacity,
    "opacity",
    "a percentage between 0 and 100",
    0
);