1
2
3
4
5
#![doc = include_str!("../README.md")]
pub mod zsign;
pub mod error;

pub use zsign::*;