~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.


97d355ec pyros2097

5 years ago
rustfmt: remve unstable_features
Files changed (1) hide show
  1. rustfmt.toml +1 -1
rustfmt.toml CHANGED
@@ -1,4 +1,4 @@
1
- unstable_features = true
1
+ unstable_features = false
2
2
  wrap_comments = true
3
3
  normalize_comments = true
4
4
  merge_derives = true