cyclonedx-rust-cargo icon indicating copy to clipboard operation
cyclonedx-rust-cargo copied to clipboard

Consider using `url::Url` instead of custom `Uri` type.

Open alilleybrinker opened this issue 2 years ago • 0 comments

Similar to #410, but for the url::Url type and the internal Uri type: https://docs.rs/cyclonedx-bom/0.4.0/cyclonedx_bom/external_models/uri/struct.Uri.html

Better not to reinvent the wheel with a limited custom type.

alilleybrinker avatar May 30 '23 21:05 alilleybrinker