# 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