rust-embed v8.11.0

#rust#proc-macro#http

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.


e45dfe1pyros2097 2018-10-24T10:30:59+05:30
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.