librustzcash/components/zcash_address
Jack Grigg b8e8a0c491 zcash_address: Add `ZcashAddress::convert_if_network`
This, along with the corresponding `TryFromRawAddress` trait, enables
converting `ZcashAddress` into a network-agnostic type.

Closes zcash/librustzcash#564.
2022-06-10 15:19:42 +00:00
..
proptest-regressions/kind Fix incorrect ordering of receivers in writing raw encoding. 2021-12-06 08:32:07 -07:00
src zcash_address: Add `ZcashAddress::convert_if_network` 2022-06-10 15:19:42 +00:00
CHANGELOG.md zcash_address: Add `ZcashAddress::convert_if_network` 2022-06-10 15:19:42 +00:00
Cargo.toml zcash_address 0.1.0 2022-05-10 23:33:05 +00:00
LICENSE-APACHE zcash_address: Initial empty library crate 2021-05-20 14:54:25 +01:00
LICENSE-MIT zcash_address: Initial empty library crate 2021-05-20 14:54:25 +01:00
README.md Update components/zcash_address/README.md 2021-05-25 16:37:25 +01:00

README.md

zcash_address

Zcash address parsing and serialization. This library allows its users to easily recognize and give good error messages for new Zcash address types.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.