include_repo_gz!() { /* proc-macro */ }Expand description
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>];
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>];