mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-01 12:51:30 +00:00
Rename zcash_wallet to zcash_client_backend, set to 2018 edition
This commit is contained in:
12
zcash_client_backend/src/lib.rs
Normal file
12
zcash_client_backend/src/lib.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
//! *A crate for implementing Zcash light clients.*
|
||||
//!
|
||||
//! `zcash_client_backend` contains Rust structs and traits for creating shielded Zcash
|
||||
//! light clients.
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user