~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.
80b24a27
—
pyrossh 7 months ago
update README
README.md
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
# ** Decomissioning of my github profile **
|
|
2
|
-
|
|
3
|
-
New rust-embed location,
|
|
4
|
-
**https://git.sr.ht/~pyrossh/rust-embed**
|
|
5
|
-
|
|
6
|
-
|
|
7
1
|
## Rust Embed [](https://github.com/pyros2097/rust-embed/actions?query=workflow%3ATest) [](https://crates.io/crates/rust-embed)
|
|
8
2
|
|
|
9
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.
|