~repos /rust-embed
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/rust-embed.git
Discussions:
https://groups.google.com/g/rust-embed-devs
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
6fe143e6
—
Alex Touchet 4 years ago
Fix crates.io badge
readme.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## Rust Embed [](https://github.com/pyros2097/rust-embed/actions?query=workflow%3ATest) [](https://github.com/pyros2097/rust-embed/actions?query=workflow%3ATest) [](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
|
|