bitcoin_hashes 0.20.0

Hash functions used by the rust-bitcoin eccosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Configuration for rbmt (Rust Bitcoin Maintainer Tools)

[test]
# Examples to run with specific features enabled.
# Format: "example_name:feature1 feature2"
examples = []

# Features to test with the conventional `std` feature enabled.
# Tests each feature alone with std, all pairs, and all together.
features_with_std = ["serde", "small-hash"]

# Features to test without the `std` feature.
# Tests each feature alone, all pairs, and all together.
features_without_std = ["alloc", "serde", "small-hash"]