From 1698dd6ba68e851d0af2b2425e4e4aac6ba8e56e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 19 Oct 2024 17:02:15 -0600 Subject: [PATCH] README.md: document serde feature --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b428c27..2059824 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,15 @@ it possible to convert between const generic types and `typenum` types. This crate exposes the following feature flags. The default is NO features. -* `zeroize` - Implements [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) for `Array` +- `serde`: implements the `Deserialize` and `Serialize` traits for `Array` +- `zeroize`: implements [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) for `Array` ## License Licensed under either of: - * [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) - * [MIT license](http://opensource.org/licenses/MIT) +- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) +- [MIT license](http://opensource.org/licenses/MIT) at your option.