Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method for parsing namespaced names #22

Merged
merged 5 commits into from
Dec 17, 2024
Merged

Add method for parsing namespaced names #22

merged 5 commits into from
Dec 17, 2024

Conversation

cd-work
Copy link
Contributor

@cd-work cd-work commented Dec 17, 2024

This adds the new Purl::builder_with_combined_name function that allows parsing package names that include the namespace in their name.

The parsing is done according to its package type, which is why this function is only implemented for Purl rather than GenericPurl<T>.

This adds the new `Purl::builder_with_combined_name` function that
allows parsing package names that include the namespace in their name.

The parsing is done according to its package type, which is why this
function is only implemented for `Purl` rather than `GenericPurl<T>`.
@cd-work cd-work requested review from a team as code owners December 17, 2024 18:42
@cd-work cd-work self-assigned this Dec 17, 2024
andreaphylum
andreaphylum previously approved these changes Dec 17, 2024
purl/src/lib.rs Show resolved Hide resolved
purl/src/lib.rs Show resolved Hide resolved
@cd-work cd-work merged commit b4abaee into main Dec 17, 2024
6 checks passed
@cd-work cd-work deleted the namespace_parsing branch December 17, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants