Crates.io | bitcoin_uri |
lib.rs | bitcoin_uri |
version | 0.1.0 |
created_at | 2024-12-02 22:28:45.342632+00 |
updated_at | 2024-12-02 22:28:45.342632+00 |
description | Rust-idiomatic, compliant, flexible and performant bitcoin URI crate. |
homepage | |
repository | https://github.com/payjoin/bitcoin_uri |
max_upload_size | |
id | 1469334 |
size | 45,584 |
Rust-idiomatic, compliant, flexible and performant bitcoin URI 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.63.0
MITNFA