busylib 0.0.8

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

crate::types::string_newtype!(
    /// Path to a file in an application's assets.
    AssetPath,
    "asset path",
    "one or more of [a-zA-Z0-9._/-]",
    crate::types::validate::asset_path
);