enum-bitset 0.2.2

Generate efficient bitsets out of your enum types
Documentation
1
2
3
4
5
6
7
8
9
10
# WARNING: Some settings require nightly fmt.
# Execute with:
#     cargo +nighthly fmt
blank_lines_lower_bound = 0
blank_lines_upper_bound = 3
chain_width = 50
group_imports = "StdExternalCrate"
hex_literal_case = "Lower"
imports_granularity = "Crate"
newline_style = "Unix"