entity-tag 0.1.8

This crate provides a `EntityTag` structure and functions to deal with the ETag header field of HTTP.
Documentation
[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.21"

[dependencies.highway]
default-features = false
version = "1"

[features]
default = ["std"]
std = ["base64/std", "highway/std"]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "parser-implementations", "data-structures", "network-programming"]
description = "This crate provides a `EntityTag` structure and functions to deal with the ETag header field of HTTP."
edition = "2021"
homepage = "https://magiclen.org/entity-tag"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["etag", "if-match", "if-none-match"]
license = "MIT"
name = "entity-tag"
readme = "README.md"
repository = "https://github.com/magiclen/entity-tag"
rust-version = "1.56"
version = "0.1.8"