althonos / packageurl.rs

Rust implementation of the Package URL specification.
MIT License
8 stars 6 forks source link

Allow removing/clearing values #7

Closed ctron closed 4 months ago

ctron commented 1 year ago

It is possible to set things like e.g. a namespace (with_namespace), but it is not possible to clear one (setting it to None).

I would be willing to come up with a PR for this.