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