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.
db9dc17
— Igor Raits
2020-05-12T16:58:51+02:00
Add license file to the sub-crates
- impl/license +1 -0
- utils/license +1 -0
impl/license
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../license
|
utils/license
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
../license
|