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
- Includes a file as a reference to a byte array.