Crates.io | bip21 |
lib.rs | bip21 |
version | 0.5.0 |
source | src |
created_at | 2021-11-22 15:13:21.564811 |
updated_at | 2024-08-01 19:03:34.949259 |
description | Rust-idiomatic, compliant, flexible and performant BIP21 crate. |
homepage | |
repository | https://github.com/Kixunil/bip21 |
max_upload_size | |
id | 485730 |
size | 39,938 |
Rust-idiomatic, compliant, flexible and performant BIP21 crate.
Important: while lot of work went into polishing the crate it's still considered early-development!
req-
. (But see features.)Serialization and deserialization is inspired by serde
with these important differences:
req-
fields can be rejected.Param<'a>
] to enable lazy evaluation.The crate is no_std
but does require alloc
.
std
enables integration with std
- mainly std::error::Error
.non-compliant-bytes
- enables use of non-compliant API that can parse non-UTF-8 URI values.1.56.1
MITNFA