Macro trillium_static_compiled::include_dir[][src]

macro_rules! include_dir {
    ($dir : literal) => { ... };
}
Expand description

include a directory relative to the current crate root. this will panic if the directory cannot be found or accessed.