dyntest 0.2.0

Dynamically create test cases.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2021"
version = "Two"
max_width = 100
# won't add \r\n on windows machines, better on diffs
newline_style = "Unix"
use_small_heuristics = "Max"
tab_spaces = 2
imports_granularity = "Crate"
use_field_init_shorthand = true
use_try_shorthand = true
spaces_around_ranges = true
overflow_delimited_expr = true
wrap_comments = true