static-toml 1.3.0

Effortlessly embed TOML files into your Rust code as static data with custom data structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
unstable_features = true

edition = "2021"



binop_separator = "Back"

control_brace_style = "ClosingNextLine"

format_strings = true

group_imports = "StdExternalCrate"

hex_literal_case = "Upper"

imports_granularity = "Module"

overflow_delimited_expr = true

reorder_impl_items = true

reorder_imports = true

single_line_let_else_max_width = 100

trailing_comma = "Never"

use_field_init_shorthand = true

wrap_comments = true