Expand description

impl of traits from the quoted-string crate for parsing media types

Structs

a type providing a “catch-all” ParsingImpl impl.
a type providing a “catch-all” QuotingClassifier impl
a zero-sized type to provide a ParsingImpl for media types wrt. the (obs) Http grammar
a zero-sized type to provide a WithoutQuotingValidator impl for tokens (http grammar)
a type providing a ParsingImpl/MimeParsingExt impl wrt. the obs mime grammar
a type providing a ParsingImpl/MimeParsingExt impl wrt. the internationalized obs mime grammar
a type providing a QuotingClassifier impl wrt. the obs mime grammar
a type providing a QuotingClassifier impl wrt. the internationalized, obs mime grammar
a type providing a ParsingImpl/MimeParsingExt impl wrt. the modern, us-ascii mime grammar
a type providing a ParsingImpl/MimeParsingExt impl wrt. the internationalized, modern mime grammar
a type providing a WithoutQuotingValidator for token wrt. the mime grammar
A type providing the standart ParsingImpl impl.
a type providing a “catch-all” impl for QuotingClassifier
a variation or NormalUtf8Quoting treating all non-us-ascii chars as qtext
A type providing a strict ParsingImpl.
a type providing a strict WithoutQuotingValidator impl

Enums

A enum to represent the sate in a quoted string parser for specifications with FWS

Traits

This is an extension trait for implementing MediaType parsing in context of Mime