Embed Rust
A macro that allows to embed a Rust executable in another Rust program. This can be useful for building small test payloads for other (e.g. embedded) targets.
Example
const BASIC_EXAMPLE: & = embed_rust!;
For more examples see the tests
directory.