Go to file
Kris Nuttycombe 185538522c Apply suggestions from code review
Co-authored-by: Jack Grigg <thestr4d@gmail.com>
2024-12-30 12:17:50 -07:00
.cargo Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
.github Merge pull request #1671 from zcash/dependabot/github_actions/codecov/codecov-action-5.1.2 2024-12-20 07:02:59 +13:00
.vscode Tell rust-analyzer to compile using stable, because the Rust version from 2024-07-28 23:25:55 +01:00
components Reintroduce public reexports as deprecated replacement modules & types. 2024-12-30 10:37:17 -07:00
devtools Remove internal use of reexports of types have been moved to other crates. 2024-12-20 10:35:10 -07:00
librustzcash
pczt Remove internal use of reexports of types have been moved to other crates. 2024-12-20 10:35:10 -07:00
supply-chain Add supply-chain audit for `nonempty` 2024-12-17 11:25:15 -07:00
zcash Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00
zcash_client_backend Apply suggestions from code review 2024-12-30 12:17:50 -07:00
zcash_client_sqlite Apply suggestions from code review 2024-12-30 12:17:50 -07:00
zcash_extensions Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
zcash_history Fix clippy lints after MSRV bump 2024-10-18 22:39:23 +00:00
zcash_keys Migrate to `nonempty 0.11` 2024-12-17 09:05:11 -07:00
zcash_primitives Apply suggestions from code review 2024-12-30 12:17:50 -07:00
zcash_proofs Release zcash_proofs version 0.21.0 2024-12-16 21:55:14 -07:00
zcash_transparent Remove internal use of reexports of types have been moved to other crates. 2024-12-20 10:35:10 -07:00
.editorconfig
.gitattributes
.gitignore Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
COPYING.md
Cargo.lock Remove internal use of reexports of types have been moved to other crates. 2024-12-20 10:35:10 -07:00
Cargo.toml Migrate to `nonempty 0.11` 2024-12-17 09:05:11 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md Fix an incorrect README.md hyphenation. 2024-10-25 15:56:40 -06:00
deny.toml Migrate to `rusqlite 0.31` 2024-10-17 21:05:48 +00:00
rust-toolchain.toml Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00

README.md

Zcash Rust crates

This repository contains a (work-in-progress) set of Rust crates for working with Zcash.

Security Warnings

These libraries are under development and have not been fully reviewed.

License

All code in this workspace is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.