replace_html 0.1.0

A simple, minimal crate to replace HTML in wasm32 environments.
Documentation
1
2
3
4
5
6
max_width = 100
# TODO: comment_width = 100 - Wait for this to be stable
# TODO: wrap_comments = true - Wait for this to be stable
use_field_init_shorthand = true
newline_style = "Unix"
# TODO: imports_granularity = "Crate" - Wait for this to be stable.