Macro include_repo::include_repo[]

macro_rules! include_repo {
    ProcMacroHackItem => { ... };
}

Create a tarball of the git repo for this project. This macro must be passed a name which will be used to create a const byte array.

That is to say, include_repo!(FOO); will become const FOO: [u8; ...] = [...];