colmac 0.1.2

Macros to work with `std::collections`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://rust-lang.github.io/rustfmt/
edition = "2018"
hard_tabs = false
max_width = 100
merge_derives = true
newline_style = "Unix"
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
tab_spaces = 4
use_field_init_shorthand = true
use_small_heuristics = "Default"
use_try_shorthand = true