base58ck 0.4.0

Bitcoin base58 encoding with checksum.
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 = []

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