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; ...] = [...];
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; ...] = [...];