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.
b28d36b
— pyros2097
2020-02-15T14:45:27+05:30
update readme
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.
|
|
19
|
+
rust-embed="5.3.0"
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Documentation
|