zcash_script

Crates.iozcash_script
lib.rszcash_script
version0.5.1
created_at2020-08-14 00:05:13.191813+00
updated_at2025-10-24 03:12:59.154482+00
descriptionffi bindings to zcashd's zcash_script library
homepage
repositoryhttps://github.com/ZcashFoundation/zcash_script
max_upload_size
id276384
size760,402
Crate publishers (github:zcash:crate-publishers)

documentation

https://docs.rs/zcash_script

README

zcash_script

Latest Version Rust Documentation

Rust implementation of the Zcash Script language..

Publishing New Releases

  • Decide level of the release.
  • Bump the crate versions:
cargo release version --verbose --execute --allow-branch '*' -p zcash_script patch # [ major | minor ]
cargo release replace --verbose --execute --allow-branch '*' -p zcash_script
  • Update the crate CHANGELOG.md
  • Open a zcash_script PR with the changes, get it reviewed, and wait for CI to pass
  • Create a new github release
  • Publish the crate:
cargo release publish --verbose --execute -p zcash_script
Commit count: 296

cargo fmt