~repos /rust-embed
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.
ec83ecb3
—
pyrossh 1 year ago
chore: cargo warnings
- rustfmt.toml +0 -4
rustfmt.toml
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
unstable_features = false
|
|
2
|
-
wrap_comments = true
|
|
3
|
-
normalize_comments = true
|
|
4
1
|
merge_derives = true
|
|
5
2
|
fn_params_layout = "Compressed"
|
|
6
3
|
max_width = 160
|
|
7
4
|
tab_spaces = 2
|
|
8
|
-
indent_style = "Block"
|
|
9
5
|
reorder_imports = true
|