peel-off 0.1.1

Peel off a specific variant from a Rust enum, splitting it into the extracted variant and the residual
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
reorder_imports         = true
imports_granularity     = "Item"
group_imports           = "StdExternalCrate"
where_single_line       = true
trailing_comma          = "Vertical"
overflow_delimited_expr = true
wrap_comments           = true
comment_width           = 100
max_width               = 120
inline_attribute_width  = 0

merge_derives           = false

chain_width             = 100