From 455ba9aa435375545909022e28e440ccb4fd2338 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Sun, 13 May 2018 17:45:23 +0200 Subject: [PATCH] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f38b295..c13a73d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ This library will support XML de/ser-ializing with all specific features. - [x] Enum - [ ] Enum with complex types - [ ] Option +- [x] String +- [ ] bool +- [ ] number (u8, i8, u32, i32, f32, f64) ## Decorators @@ -18,7 +21,7 @@ This library will support XML de/ser-ializing with all specific features. - [x] **rename**: be able to rename a field - [x] **attribute**: this field is defined as an attribute - [x] **text**: this field match to the text content -- [ ] **namespace**: defines the namespace of the field +- [x] **namespace**: defines the namespace of the field ## Custom De/Ser-rializer