ehttpd-range 0.7.0

A crate to comfortably handle HTTP range requests within `ehttpd`-based applications
Documentation
[badges.appveyor]
repository = "KizzyCode/ehttpd-range-rust"

[dependencies.ehttpd]
default-features = false
version = "0.10.0"

[dev-dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8.5"

[[example]]
name = "fuzz-data"
path = "examples/fuzz-data.rs"

[[example]]
name = "fuzz-file"
path = "examples/fuzz-file.rs"

[features]
default = []

[lib]
name = "ehttpd_range"
path = "src/lib.rs"

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A crate to comfortably handle HTTP range requests within `ehttpd`-based applications"
edition = "2024"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "ehttpd-range"
readme = "README.md"
repository = "https://github.com/KizzyCode/ehttpd-range-rust"
version = "0.7.0"

[profile.bench]
overflow-checks = true

[profile.examples]
inherits = "release"
panic = "abort"

[profile.release]
overflow-checks = true

[[test]]
name = "rangeext"
path = "tests/rangeext.rs"