~repos /rust-embed
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/rust-embed.git
Discussions:
https://groups.google.com/g/rust-embed-devs
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
db9dc173
—
Igor Raits 6 years ago
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
|