diff --git a/purl/README.md b/purl/README.md index daa2f42..1789763 100644 --- a/purl/README.md +++ b/purl/README.md @@ -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