include_repo

Macro include_repo

Source
include_repo!() { /* proc-macro */ }
Expand description

Create a tarball of the git repo for this project.

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