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.
2626
2727This 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
3334Licensed 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
3839at your option.
3940
You can’t perform that action at this time.
0 commit comments