stacks-rs 0.1.3

Rust toolkit to interact with the Stacks Blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[config]
default_to_workspace = false

[tasks.clippy]
install_crate = "clippy"
command = "cargo"
args = [
"clippy", "--",
"-D", "warnings",
"-D", "clippy::pedantic",
"-A", "clippy::must_use_candidate",
"-A", "clippy::module_name_repetitions",
"-A", "clippy::new_ret_no_self",
"-A", "clippy::missing_errors_doc",
"-A", "clippy::too_many_arguments"
]