simplebyteunit 0.3.0

A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
unstable_features = true
indent_style = "Block"
imports_indent = "Block"
imports_layout = "HorizontalVertical"
imports_granularity = "Crate"
brace_style = "PreferSameLine"
match_arm_leading_pipes = "Never"
match_arm_blocks = false
condense_wildcard_suffixes = true
overflow_delimited_expr = false
spaces_around_ranges = true
reorder_imports = true
hard_tabs = false
max_width = 130
fn_call_width = 120
chain_width = 90