//! An implementation of the dnstap protocol
//!
//! This crate implements the sender part of the [dnstap](http://dnstap.info/) protocol,
//! a flexible, structured binary log format for DNS software.
pub use crateType as MessageType;
pub use crateSocketFamily;
pub use crateSocketProtocol;
pub use crate*;
pub use crate*;
pub use crate;