placid 0.1.0

Separated ownership and in-place construction in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
condense_wildcard_suffixes = true
edition = "2024"
group_imports = "StdExternalCrate"
hard_tabs = false
imports_granularity = "Crate"
max_width = 100
merge_derives = false
normalize_comments = true
overflow_delimited_expr = true
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
struct_lit_width = 32
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true