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


8e0bbe92 pyros2097

4 years ago
update readme version
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -16,7 +16,7 @@ You can use this to embed your css, js and images into a single executable which
16
16
 
17
17
  ```toml
18
18
  [dependencies]
19
- rust-embed="5.7.0"
19
+ rust-embed="5.8.0"
20
20
  ```
21
21
 
22
22
  ## Documentation