macro include_bytes($file) { ... }

Reads a file during compilation and returns its contents as a string slice.

Example