embed-bytes 0.1.0-alpha

A simple Rust crate to embed assets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# build-resource-byte-arrays (Work in Progress)

`build-resource-byte-arrays` is a Rust crate that simplifies working with generated byte array resources during the build process of other crates.

It is intended to help avoid the complexity of relaying `OUT_DIR` from `build.rs` to the compilation step of consuming crates.

-- WORK IN PROGRESS --

## Related

- https://stackoverflow.com/questions/75676449/how-to-build-and-publish-a-crate-containing-generated-code
- https://github.com/rust-lang/cargo/issues/12456
- https://github.com/rust-lang/cargo/issues/9398
- https://github.com/pyrossh/rust-embed