fluent-uri 0.1.4

A generic URI parser that strictly adheres to IETF RFC 3986.
Documentation
[dependencies.bitflags]
version = "1.3.2"

[features]
default = ["std"]
ipv_future = []
rfc6874bis = []
std = []
unstable = []

[package]
authors = ["Scallop Ye <yescallop@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "A generic URI parser that strictly adheres to IETF RFC 3986."
documentation = "https://docs.rs/fluent-uri"
edition = "2021"
keywords = ["parser", "uri", "rfc3986"]
license = "MIT"
name = "fluent-uri"
readme = "README.md"
repository = "https://github.com/yescallop/fluent-uri-rs"
version = "0.1.4"
[package.metadata.docs.rs]
features = ["ipv_future", "rfc6874bis", "std"]