rust-embed v8.11.0
git clone https://git.pyrossh.dev/rust-embed
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
3ae5a2c
— Peter John
2024-12-03T12:18:50+05:30
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.
|