1
2
3
4
5
//! Reading and writing of zonefiles.
#![cfg(feature = "zonefile")]
#![cfg_attr(docsrs, doc(cfg(feature = "zonefile")))]

pub mod inplace;