File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ it possible to convert between const generic types and `typenum` types.
26
26
27
27
This crate exposes the following feature flags. The default is NO features.
28
28
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> `
30
31
31
32
## License
32
33
33
34
Licensed under either of:
34
35
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 )
37
38
38
39
at your option.
39
40
You can’t perform that action at this time.
0 commit comments