librustzcash/zcash_client_backend/src/lib.rs

9 lines
215 B
Rust
Raw Normal View History

//! *A crate for implementing Zcash light clients.*
//!
//! `zcash_client_backend` contains Rust structs and traits for creating shielded Zcash
//! light clients.
2018-10-15 07:51:40 -07:00
pub mod constants;
pub mod encoding;
2018-10-15 07:51:40 -07:00
pub mod keys;