Macro include_repo::include_repo_gz[][src]

include_repo_gz!() { /* proc-macro */ }

Create a gzipped tarball of the git repo for this project

That is to say, const FOO: &[u8] = include_repo_gz!(); will become const FOO: &[u8] = [<gzipped bytes>];