minurl 0.2.0

A minimal library for parsing and validating URLs.
Documentation
[dependencies]

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.url]
version = "2"

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

[package]
authors = ["Elias Rohrer <dev@tnull.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal library for parsing and validating URLs."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "minurl"
readme = false
version = "0.2.0"

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

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