~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


d1915a19 Peter

6 years ago
Merge pull request #56 from pyros2097/renovate/configure
Files changed (1) hide show
  1. renovate.json +5 -0
renovate.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "extends": [
3
+ "config:base"
4
+ ]
5
+ }