Macro include_repo::include_repo[][src]

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

Create a tarball of the git repo for this project.

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