~repos /rust-embed

#rust#proc-macro#http

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.


e45dfe18 pyros2097

7 years ago
add readme
Files changed (1) hide show
  1. 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.