busylib 0.0.8

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

crate::types::string_newtype!(
    /// Path to a stock asset shipped with the device.
    StockPath,
    "stock asset path",
    "`shared/` followed by one or more of [a-z0-9_.]",
    crate::types::validate::stock_path
);