iref icon indicating copy to clipboard operation
iref copied to clipboard

Rust implementation of Internationalized Resource Identifiers (IRIs) and References, borrowed and owned.

Results 2 iref issues
Sort by recently updated
recently updated
newest added

When [fuzzing](https://github.com/yescallop/fluent-uri-rs/blob/main/fuzz/fuzz_targets/against_iref.rs) `fluent_uri` against `iref`, I found the following bugs with `Authority::{host, port}` and `UriRef::path` in `iref`: - Parsing `"//[::]"` gives a host of `"["` and a port of `Some(":]")`....

Documentation is still in progress. Don't hesitate to contribute.

documentation
help wanted