derivation-path 0.2.0

Simple struct for dealing with BIP32/44/49 derivation paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = ["std"]
std = []

[package]
authors = ["Julian Popescu <jpopesculian@gmail.com>"]
categories = ["cryptography", "no-std", "parsing"]
description = "Simple struct for dealing with BIP32/44/49 derivation paths"
documentation = "https://docs.rs/derivation-path/"
edition = "2018"
homepage = "https://github.com/jpopesculian/derivation-path"
keywords = ["derivation", "BIP32", "BIP44", "BIP49", "blockchain"]
license = "MIT OR Apache-2.0"
name = "derivation-path"
readme = "README.md"
repository = "https://github.com/jpopesculian/derivation-path"
version = "0.2.0"