Merge branch 'master' of github.com:media-io/yaserde

This commit is contained in:
Marc-Antoine Arnaud
2020-01-09 09:08:18 +01:00

View File

@@ -18,7 +18,7 @@ This library will support XML de/ser-ializing with all specific features.
- [x] Struct - [x] Struct
- [x] Vec<AnyType> - [x] Vec<AnyType>
- [x] Enum - [x] Enum
- [ ] Enum with complex types - [x] Enum with complex types
- [x] Option - [x] Option
- [x] String - [x] String
- [x] bool - [x] bool