log-terminal 0.1.3

Terminal manager for displaying outputs/errors of processes launched from rust code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# https://rust-lang.github.io/rustfmt/
condense_wildcard_suffixes     = true       # unstable
format_macro_bodies            = false      # unstable
format_macro_matchers          = false      # unstable
group_imports                  = "Preserve" # unstable
imports_granularity            = "One"      # unstable
match_block_trailing_comma     = true
normalize_comments             = true       # unstable
normalize_doc_attributes       = true       # unstable
overflow_delimited_expr        = true       # unstable
reorder_impl_items             = true       # unstable
single_line_if_else_max_width  = 0          # unstable
single_line_let_else_max_width = 0          # unstable
use_field_init_shorthand       = true
use_try_shorthand              = true