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.
c3940f8
— Christopher Durham
2020-07-12T01:27:35-04:00
This does work with the filesystem
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/rust-embed"
|
|
|
7
7
|
repository = "https://github.com/pyros2097/rust-embed"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
keywords = ["http", "rocket", "static", "web", "server"]
|
|
10
|
-
categories = ["web-programming"]
|
|
10
|
+
categories = ["web-programming", "filesystem"]
|
|
11
11
|
authors = ["pyros2097 <[email protected]>"]
|
|
12
12
|
edition = "2018"
|
|
13
13
|
|