Skip to content

Commit

Permalink
add features to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-phylum committed Apr 4, 2023
1 parent 3024640 commit e8ac09b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions purl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ assert_eq!("pkg:npm/%40acme/example", &purl.to_string(),);
# Ok(())
# }
```

# Features

- package-type: [`PackageType`] and related types
- serde: PURLs can be serialized and deserialized from strings
- smartstring: The smartstring crate is used to reduce heap allocations

0 comments on commit e8ac09b

Please sign in to comment.