Crates.io | iri-string |
lib.rs | iri-string |
version | 0.7.7 |
source | src |
created_at | 2018-05-04 11:19:06.028951 |
updated_at | 2024-10-11 14:45:48.367147 |
description | IRI as string types |
homepage | |
repository | https://github.com/lo48576/iri-string |
max_upload_size | |
id | 63720 |
size | 797,407 |
String types for IRIs (Internationalized Resource Identifiers) and URIs (Uniform Resource Identifiers).
See the documentation for details.
no_std
support.Cow
, ToOwned
, etc.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.memchr
memchr
crate.serde
Serialize
and Deserialize
traits for string types.CI must pass on develop
and master
branches.
No automated online CI is set up (since they consumes credit too fast), so run
cargo make manual-ci-all
locally before committing to these branches.
On other branches, tests and some lints (such as dead_code
) are allowed to
fail, but all commits must be successfully compilable and must be formatted.
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.