← Back to context Comment by boywitharupee 3 years ago what is the Rust equivalent for #embed? 3 comments boywitharupee Reply zRedShift 3 years ago https://doc.rust-lang.org/std/macro.include_bytes.html guipsp 3 years ago https://doc.rust-lang.org/std/macro.include_bytes.html dbrgn 3 years ago And there's also https://doc.rust-lang.org/std/macro.include_str.html for strings.
guipsp 3 years ago https://doc.rust-lang.org/std/macro.include_bytes.html dbrgn 3 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.