Skip to content

Commit 5275b8f

Browse files
authored
README.md: document serde feature (#98)
1 parent 52cb652 commit 5275b8f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ it possible to convert between const generic types and `typenum` types.
2626

2727
This crate exposes the following feature flags. The default is NO features.
2828

29-
* `zeroize` - Implements [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) for `Array<T: Zeroize, U>`
29+
- `serde`: implements the `Deserialize` and `Serialize` traits for `Array`
30+
- `zeroize`: implements [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) for `Array<T: Zeroize, U>`
3031

3132
## License
3233

3334
Licensed under either of:
3435

35-
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
36-
* [MIT license](http://opensource.org/licenses/MIT)
36+
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
37+
- [MIT license](http://opensource.org/licenses/MIT)
3738

3839
at your option.
3940

0 commit comments

Comments
 (0)