String types for IRIs (Internationalized Resource Identifiers) and URIs (Uniform Resource Identifiers).
See the documentation for details.
no_std
support.alloc
(enabled by default)
std
or alloc
crate available.std
(enabled by default)
std
features (such as memory allocations and std::error::Error
trait).std
crate available.alloc
feature.nom-std
(enabled by default)
std
feature.serde
Serialize
and Deserialize
traits for string types.serde-alloc
alloc
and serde
features at the same time, you should also enable serde-alloc
feature.alloc
feature.serde-std
std
and serde
features at the same time, you should also enable serde-std
feature.std
feature.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.