2 releases
Uses old Rust 2015
0.3.1-unstable | Oct 11, 2019 |
---|---|
0.3.0-unstable | Nov 23, 2018 |
#21 in #media-type
107 downloads per month
Used in 11 crates
(2 directly)
41KB
750 lines
media-type-impl-utils
Utilities for implementing media type parsers. This is mainly used
by the media-type
crate but some of the grammar parts also apply
to other parts (e.g. quoted-strings in some mail headers) so it can
be usefull to be able to reuse them.
Note: Currently is crate is rather unstable. It will still keep to semver but changing to a newer (braking) version might induce large api changes.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Change Log
-
0.2.1
- Added percent_encoding module providing percent-encoding
EncodingSet
implementations for Http and Mime tokens.
- Added percent_encoding module providing percent-encoding
-
0.3.0
- use
quoted-string
v0.6 - renamed crate
- implement Default for 0-sized type provider structs
- use
Dependencies
~120KB