mempool_space_api 0.1.1

Generic asynchronous client library for mempool.space API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rustfmt.toml

max_width = 100 # This is the number of characters.

# 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