~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
6d48b6e3
—
Mark Drobnak 5 years ago
Merge pull request #121 from trevyn/patch-1
readme.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## Rust Embed [](https://travis-ci.org/pyros2097/rust-embed) [](https://ci.appveyor.com/project/pyros2097/rust-embed/branch/master) [](https://travis-ci.org/pyros2097/rust-embed) [](https://ci.appveyor.com/project/pyros2097/rust-embed/branch/master) [](https://crates.io/crates/rust-embed)
|
|
2
2
|
|
|
3
3
|
Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
|
|
4
4
|
|