busylib 0.0.8

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

crate::types::string_newtype!(
    /// Name of a log dump file, without extension.
    LogName,
    "log file name",
    "one or more of [a-zA-Z0-9_-], without extension",
    crate::types::validate::log_name
);