busylib 0.0.8

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

crate::types::percentage_newtype!(
    /// Draw priority, where a higher value wins.
    Priority,
    "draw priority",
    "a value between 1 and 100",
    1
);