zebra/zebra-chain/src/lib.rs

6 lines
108 B
Rust
Raw Normal View History

//! Blockchain-related datastructures for Zebra. 🦓
#![deny(missing_docs)]
pub mod block;
pub mod types;