money2 0.6.7

For storing and asynchronously converting between (a subset of) ISO-4217 currencies
Documentation
binop_separator = "Back"
brace_style = "AlwaysNextLine"
condense_wildcard_suffixes = true
control_brace_style = "AlwaysNextLine"
enum_discrim_align_threshold = 5
format_macro_matchers = true
format_strings = true
group_imports = "StdExternalCrate"
hard_tabs = true
imports_granularity = "Crate"
imports_layout = "HorizontalVertical"
#match_arm_blocks = false # FIX: see https://github.com/rust-lang/rustfmt/issues/4844
match_block_trailing_comma = true
normalize_doc_attributes = true
overflow_delimited_expr = true
remove_nested_parens = true
reorder_impl_items = true
tab_spaces = 3
use_field_init_shorthand = true
use_try_shorthand = true
unstable_features = true