hdwallet 0.4.1

Hierarchical deterministic wallet (BIP-32)
Documentation
1
2
3
4
5
6
7
8
9
10
11
all: clippy build test

build:
	cargo build --verbose --all

test:
	cargo test --verbose --all

clippy:
	cargo clippy --all --all-targets --all-features -- -D warnings