Comment by boywitharupee 4 years ago what is the Rust equivalent for #embed? 3 comments boywitharupee Reply zRedShift 4 years ago https://doc.rust-lang.org/std/macro.include_bytes.html guipsp 4 years ago https://doc.rust-lang.org/std/macro.include_bytes.html dbrgn 4 years ago And there's also https://doc.rust-lang.org/std/macro.include_str.html for strings.
guipsp 4 years ago https://doc.rust-lang.org/std/macro.include_bytes.html dbrgn 4 years ago And there's also https://doc.rust-lang.org/std/macro.include_str.html for strings.
https://doc.rust-lang.org/std/macro.include_bytes.html
https://doc.rust-lang.org/std/macro.include_bytes.html
And there's also https://doc.rust-lang.org/std/macro.include_str.html for strings.