busylib 0.0.3

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

crate::types::string_newtype!(
    /// File name of an asset within an application.
    AssetName,
    "asset file name",
    "one or more of [a-zA-Z0-9._-]",
    crate::types::validate::name
);