Macro stblib::str

source ยท
macro_rules! str {
    ($loader:expr, $string:expr) => { ... };
}
Expand description

Macro for loading strings. Requires the stringloader object. str!(my_loader, "hello")