An open API service indexing awesome lists of open source software.

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

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.