iri-string 0.2.1

IRI as string types
Documentation
[package]
name = "iri-string"
version = "0.2.1"
authors = ["YOSHIOKA Takuma <lo48576@hard-wi.red>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "IRI as string types"
repository = "https://github.com/lo48576/iri-string"
keywords = ["IRI", "URI"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
nom = { version = "5", default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"], optional = true }
validated-slice = "0.2.0"

[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "lo48576/iri-string" }