https://github.com/phylum-dev/purl
Package URL implementation for Rust
https://github.com/phylum-dev/purl
package-url purl
Last synced: 7 months ago
JSON representation
Package URL implementation for Rust
- Host: GitHub
- URL: https://github.com/phylum-dev/purl
- Owner: phylum-dev
- License: mit
- Created: 2023-04-04T13:54:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:58:36.000Z (11 months ago)
- Last Synced: 2025-06-11T19:52:55.492Z (8 months ago)
- Topics: package-url, purl
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# PURL
## Introduction
This is a Rust implementation of Package URL. See [purl/README.md](purl/README.md) for details.
## Formatting
This project uses some nightly rustfmt settings. You can run `cargo +nightly fmt` or `cargo xtask fmt` to format the code.
## Testing
The `purl_test` crate contains a test suite automatically generated from the official PURL test suite. It can be regenerated by running `cargo xtask codegen`.
## Documentation
The documentation can be generated by running either `cargo doc` or `cargo xtask doc`. `cargo xtask doc` uses the nightly rustdoc to generate output more similar to docs.rs.