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.
e45dfe1
— pyros2097
2018-10-24T10:30:59+05:30
add readme
- impl/readme.md +3 -0
impl/readme.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Rust Embed Implementation
|
|
2
|
+
|
|
3
|
+
The implementation of the rust-embed macro lies here.
|