currying 0.4.1

A crate for currying anything implementing `FnOnce`. Arguments can be passed one at a time, yielding a new something implementing `FnOnce` (and possibly `FnMut` and `Fn`) which can be called with one less argument.
Documentation
brace_style = "AlwaysNextLine"
control_brace_style = "AlwaysNextLine"
remove_nested_parens = true
reorder_impl_items = true
reorder_modules = true
reorder_imports = true
space_after_colon = true
spaces_around_ranges = false
tab_spaces = 4
unstable_features = true
wrap_comments = true
comment_width = 170
max_width = 170
trailing_comma = "Never"

# TO BE DESIRED:
# - don't add space between '*' and '/' binary operators
# - Add newline in empty multi-line block
# - No space in generic const expr block