etag 4.0.0

Simple ETag calculation implementation
Documentation
[dependencies.str-buf]
version = "3"

[dependencies.xxhash-rust]
features = ["const_xxh3", "xxh3"]
version = "0.8.6"

[features]
std = []

[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["no-std"]
description = "Simple ETag calculation implementation"
documentation = "https://docs.rs/etag/"
edition = "2018"
keywords = ["http", "etag"]
license = "BSL-1.0"
name = "etag"
readme = "README.md"
repository = "https://github.com/DoumanAsh/etag-rs"
version = "4.0.0"

[package.metadata.docs.rs]
features = ["std"]