hexler 1.0.0

A colorful hex printer with opinionated defaults
Documentation
# Rust formatting configuration
# Only using stable features (unstable features require nightly Rust)
edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true

# The following features are unstable and require nightly Rust:
# normalize_comments = true
# normalize_doc_attributes = true
# wrap_comments = true
# comment_width = 100
# format_strings = true
# format_macro_matchers = true
# format_macro_bodies = true
# imports_granularity = "Crate"
# group_imports = "StdExternalCrate"