Crates.io | miniscript-debug |
lib.rs | miniscript-debug |
version | 9.0.1-debug |
source | src |
created_at | 2023-08-04 23:58:55.472751 |
updated_at | 2023-08-04 23:58:55.472751 |
description | Miniscript: a subset of Bitcoin Script designed for analysis |
homepage | https://github.com/rust-bitcoin/rust-miniscript/ |
repository | https://github.com/rust-bitcoin/rust-miniscript/ |
max_upload_size | |
id | 935758 |
size | 4,452,779 |
Minimum Supported Rust Version: 1.41.1
Library for handling Miniscript, which is a subset of Bitcoin Script designed to support simple and general tooling. Miniscripts represent threshold circuits of spending conditions, and can therefore be easily visualized or serialized as human-readable strings.
This library supports
compiler
flag)bitcoin::PublicKey
bitcoin::TxIn
with appropriate datano_std
support enabled by disabling the default-features
and enabling
"no-std"
. See embedded/
for an example.More information can be found in the documentation
or in the examples/
directory
This library should always compile with any combination of features (minus
no-std
) on Rust 1.41.1 or Rust 1.47 with no-std
.
Some dependencies do not play nicely with our MSRV, if you are running the tests you may need to pin as follows:
cargo update --package url --precise 2.2.2
cargo update --package form_urlencoded --precise 1.0.1
Contributions are generally welcome. If you intend to make larger changes please discuss them in an issue before PRing them to avoid duplicate work and architectural mismatches. If you have any questions or ideas you want to discuss please join us in ##miniscript on Libera.
See CHANGELOG.md.