Macro include_repo::include_repo_gz[]

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

Create a gzipped 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_gz!(FOO); will become const FOO: [u8; ...] = [...];