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.


d0933afpyros2097 2016-06-15T15:31:14+05:30
Update README.md
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  ## Rust Embed
2
2
  Generates rust code to embed resource files into your rust executable
3
3
 
4
+ # TODO
5
+ rewrite this to use compiler plugins and macro so that we can use that instead
6
+
4
7
  ```bash
5
8
  ./rust-embed
6
9