//! *A crate for implementing Zcash light clients.*
//!
//! `zcash_client_backend` contains Rust structs and traits for creating shielded Zcash
//! light clients.
// Catch documentation errors caused by code changes.
// Temporary until we have addressed all Result<T, ()> cases.
pub use ;
extern crate assert_matches;