blockfrost 1.0.6

A Rust SDK for Blockfrost.io API
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Sets the maximum line length. Code will be wrapped beyond this length.
max_width = 100

# Use spaces for indentation rather than tabs.
hard_tabs = false

# Configure the visual indentation of arguments and parameters.
fn_params_layout = "Compressed"

# Controls whether to put `else` on a new line.
newline_style = "Auto"