Crate include_bytes_plus

Source
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§

include_bytes
Includes a file as a reference to a byte array.