# Rust格式化配置(stable版) edition = "2021" max_width = 100 tab_spaces = 4 #使用field_init_shorthand use_field_init_shorthand = true #使用try-contract宏 use_try_shorthand = true