//! This crate provides utilities to handle quoted strings like such appearing
//! in Media Types (both MIME (i.e. Mail) and HTTP). As there are many small but significant
//! differences in different specifications this crate does not provide
//! a specific implementation. Instead a `QuotedStringSpec` trait is
//! exposed. Implementing it (on zero-sized structs) should allow the
//! usage with any quoted-string specification.
//!
//!
//!
//TODO add new/updated documentation
//#![warn(missing_docs)]
pub use ;
pub use ;
pub use ;
pub use ;