entity-tag
This crate provides a EntityTag structure and functions to deal with the ETag header field of HTTP.
Examples
extern crate entity_tag;
use EntityTag;
let etag1 = with_str.unwrap;
let etag2 = from_str.unwrap;
assert_eq!;
assert_eq!;
assert!;
assert!;
No Std
Disable the default features to compile this crate without std.
[]
= "*"
= false
Crates.io
https://crates.io/crates/entity-tag