ignite 0.1.6

ignite serves the role as a "batteries included" addon to stdlib providing useful stuff and higher level functions along with abstractions.
Documentation
unstable_features = true
disable_all_formatting = false
indent_style = "Block"
use_small_heuristics = true
combine_control_expr = true
wrap_comments = true
comment_width = 120
condense_wildcard_suffixes = false
control_brace_style = "AlwaysSameLine"
error_on_line_overflow = true
fn_args_density = "Tall"
max_width = 140
brace_style = "SameLineWhere"
empty_item_single_line = true
format_strings = true
hard_tabs = false
tab_spaces = 4
imports_indent = "Block"
imports_layout = "Vertical"
merge_derives = true
newline_style = "Unix"
reorder_imports = true
reorder_modules = true
report_todo = "Always"
report_fixme = "Always"
space_after_colon = true
struct_lit_single_line = true
trailing_comma = "Vertical"
trailing_semicolon = true
type_punctuation_density = "Wide"
match_arm_blocks = true
color = "Always"