rust-embed v8.11.0
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.
94cb009
— pyros2097
2019-01-09T10:57:11+05:30
update readme
readme.md
CHANGED
|
@@ -13,7 +13,7 @@ You can use this to embed your css, js and images into a single executable which
|
|
|
13
13
|
|
|
14
14
|
```toml
|
|
15
15
|
[dependencies]
|
|
16
|
-
rust-embed="4.
|
|
16
|
+
rust-embed="4.3.0"
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Documentation
|