bitcoind-client 2.0.0

Bitcoin Core RPC client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rustfmt configuration file. See <https://rust-lang.github.io/rustfmt> for more.

# Max width
max_width = 100

# Granular width config settings. These are percentages of `max_width`.
fn_call_width = 71
attr_fn_like_width = 71
struct_lit_width = 18
struct_variant_width = 35
array_width = 71
chain_width = 71
single_line_if_else_max_width = 50
single_line_let_else_max_width = 50

comment_width = 100
wrap_comments = false
format_code_in_doc_comments = true