diff options
Diffstat (limited to 'vendor/zerovec/README.md')
-rw-r--r-- | vendor/zerovec/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/zerovec/README.md b/vendor/zerovec/README.md index dbde4022c..b650d7dbd 100644 --- a/vendor/zerovec/README.md +++ b/vendor/zerovec/README.md @@ -32,7 +32,7 @@ works under the hood. ## Cargo features -This crate has five optional features: +This crate has several optional Cargo features: - `serde`: Allows serializing and deserializing `zerovec`'s abstractions via [`serde`](https://docs.rs/serde) - `yoke`: Enables implementations of `Yokeable` from the [`yoke`](https://docs.rs/yoke/) crate, which is also useful in situations involving a lot of zero-copy deserialization. |