#![warn(missing_docs)]
#![warn(missing_debug_implementations)]
#![allow(dead_code)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#[macro_use]
extern crate bitflags;
#[macro_use]
#[doc(hidden)]
pub mod macros;
pub mod prelude;
cfg_frame! {
pub mod frame;
}
cfg_not_frame! {
mod frame;
}
mod mimetype;