~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.
97d355ec
—
pyros2097 5 years ago
rustfmt: remve unstable_features
- rustfmt.toml +1 -1
rustfmt.toml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
unstable_features =
|
|
1
|
+
unstable_features = false
|
|
2
2
|
wrap_comments = true
|
|
3
3
|
normalize_comments = true
|
|
4
4
|
merge_derives = true
|