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


a9b0dfa9 pyros2097

7 years ago
Update README.md
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Generates rust code to embed resource files/folders at compile time into your li
20
20
 
21
21
  You can use this to embed your css, js and images into a single executable.
22
22
 
23
- This is similar to [go-bindata](https://github.com/jteeuwen/go-bindata).
23
+ This is similar to [go-embed](https://github.com/pyros2097/go-embed).
24
24
 
25
25
  This is similar to [pony-embed](https://github.com/pyros2097/pony-embed).
26
26