//! *General Zcash primitives.*
//!
//! `zcash_primitives` is a library that provides the core structs and functions necessary
//! for working with Zcash.
//!
//! ## Feature flags
//!
// Catch documentation errors caused by code changes.
// Present to reduce refactoring noise from changing all the imports inside this crate for
// the `sapling` crate extraction.
extern crate std;
extern crate alloc;
pub