How to embed resources in Rust executable? September 21, 2023 by Tarik You probably want include_bytes!. If you are in older versions of Rust, use include_bin! instead.