integral-enum 2.1.0

Simple way to define integer-like enums
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
chain_width = 50
comment_width = 60
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
hard_tabs = false

imports_layout = "Vertical"
imports_indent = "Block"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

max_width = 70
condense_wildcard_suffixes = true

newline_style = "Unix"
reorder_impl_items = true
use_field_init_shorthand = true