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


bc81e374 Peter John

2 years ago
Update readme to latest version
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -8,7 +8,7 @@ You can use this to embed your css, js and images into a single executable which
8
8
 
9
9
  ```toml
10
10
  [dependencies]
11
- rust-embed="6.8.1"
11
+ rust-embed="8.0.0"
12
12
  ```
13
13
 
14
14
  ## Documentation