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.
edeab18
— Peter John
2024-07-09T13:01:13+05:30
Update readme.md
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="8.
|
|
11
|
+
rust-embed="8.5.0"
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Documentation
|