rexgen 0.2.0

A fast CLI to generate text that matches regex-like patterns.
Documentation
# https://rust-lang.github.io/rustfmt
# Max width of a line before wrapping
max_width = 80

# Tabs or spaces?
hard_tabs = false
tab_spaces = 2

unstable_features = true

# How aggressively to squeeze small items onto one line
use_small_heuristics = "Max"

# Align struct fields if there’s at most this many
struct_field_align_threshold = 20

# Format code in doc comments + examples
format_code_in_doc_comments = true

wrap_comments = true
comment_width = 100
imports_granularity = "Crate"
imports_layout = "Vertical"
fn_params_layout = "Vertical"
attr_fn_like_width = 70
brace_style = "AlwaysNextLine"
control_brace_style = "AlwaysNextLine"
format_strings = true