busylib 0.0.8

BUSY Bar Rust HTTP client
Documentation
1
2
3
4
5
6
7
8
9
//! Time zone names

crate::types::string_newtype!(
    /// Name of a time zone the device accepts.
    TimezoneName,
    "time zone name",
    "a letter followed by up to 50 of [A-Za-z0-9 _+-]",
    crate::types::validate::timezone_name
);