bitcoin-primitives 0.102.0

Primitive types used by the rust-bitcoin ecosystem
Documentation
# 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", "arbitrary"]

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

[lint]
allowed_duplicates = [
    "hex-conservative",
]