Crates.io | bitcoin_uri |
lib.rs | bitcoin_uri |
version | |
source | src |
created_at | 2024-12-02 22:28:45.342632 |
updated_at | 2024-12-02 22:28:45.342632 |
description | Rust-idiomatic, compliant, flexible and performant bitcoin URI crate. |
homepage | |
repository | https://github.com/payjoin/bitcoin_uri |
max_upload_size | |
id | 1469334 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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