[][src]Macro lazy_static_include::lazy_static_include_str

macro_rules! lazy_static_include_str {
    ( @impl $name:ident ) => { ... };
    ( @inner $name:ident, $path:expr ) => { ... };
    ( @unit $(#[$attr: meta])* ($v:tt) $name:ident => $path:expr ) => { ... };
    ( @unit $(#[$attr: meta])* (pub$(($($v:tt)+))?) $name:ident => $path:expr ) => { ... };
    ( $($(#[$attr: meta])* $v:vis $name:ident => $path:expr),* $(,)* ) => { ... };
}

Includes a utf8-encoded file as a string slice (&'static str).

The file is located relative to the directory containing the manifest of your package.