entity-tag 0.1.6

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

[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.13"

[features]
default = ["std"]
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"
resolver = "2"
version = "0.1.6"