busylib 0.0.3

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

crate::types::string_newtype!(
    /// Line of text to draw.
    Text,
    "display text",
    "one or more printable ASCII characters",
    crate::types::validate::printable_ascii
);