simplematch 0.3.1

Fast wildcard pattern matching for strings and bytes with a simple api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true
max_width = 101

# Unstable features below
unstable_features = true
style_edition = "2021"
comment_width = 95
error_on_line_overflow = true
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"
normalize_doc_attributes = true
wrap_comments = true