molex 0.2.1

Parse, analyze, and transform molecular structure data (PDB, mmCIF, BinaryCIF, MRC)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
edition = "2021"
max_width = 80
tab_spaces = 4
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true

# unstable (requires nightly rustfmt)
unstable_features = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"
comment_width = 80
format_code_in_doc_comments = true
format_strings = true
wrap_comments = true
error_on_line_overflow = true
brace_style = "SameLineWhere"