~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.


d0933af5 pyros2097

9 years ago
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