mononym 0.1.0

Type-level named values with partial dependent type support in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
tab_spaces = 2
max_width = 80
use_field_init_shorthand = true
edition = "2018"
reorder_modules = true
brace_style = "AlwaysNextLine"
fn_args_layout = "Vertical"
imports_layout = "Vertical"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
fn_single_line = false
empty_item_single_line = true
format_code_in_doc_comments = true