rusui 0.0.1

Rust's Uniquely Simple User Interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TABS

hard_tabs = true

tab_spaces = 4



# Struct Preferences

use_field_init_shorthand = true

brace_style = "PreferSameLine"

use_small_heuristics = "Max"



# Imports

imports_granularity = "Crate"

group_imports = "StdExternalCrate"



# Miscellaneous

use_try_shorthand = true