How can I use something like `include_bytes!()` with this? The `load` function only accepts a path, not the contained data.
How can I use something like
include_bytes!()with this? Theloadfunction only accepts a path, not the contained data.