Expand description

Improved version of Rust’s include_bytes macro that allows to reinterpret input as differently array.

Due to inability to capture current file path in the stable Rust, this macro only accepts paths relative to crate’s root.

Macros