zcash_script

Crates.iozcash_script
lib.rszcash_script
version0.4.0
created_at2020-08-14 00:05:13.191813+00
updated_at2025-09-25 00:31:09.525251+00
descriptionffi bindings to zcashd's zcash_script library
homepage
repositoryhttps://github.com/ZcashFoundation/zcash_script
max_upload_size
id276384
size719,859
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

Releases for zcash-script are made with the help of cargo release.

  1. Update CHANGELOG.md to document any major changes since the last release
  2. Run cargo release <level> to commit the release version bump (but not actually publish), <level> can be patch, minor or major
  3. Open a zcash_script PR with the changes, get it reviewed, and wait for CI to pass
  4. Publish a new release using cargo release --execute <level>

NOTE: It's important to specify the level when using cargo release because of the way it implements the substitutions. We specify a number of automatic substitutions in Cargo.toml but they will only be applied if cargo release also handles incrementing the version itself, do not increment the version by hand and then run cargo release or cargo release -- release, or it will not correctly update all version references in the codebase.

Commit count: 296

cargo fmt