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.


a9b0dfapyros2097 2018-02-25T19:45:56+05:30
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