From e2eab45b12af99305ed958d0ce794638bf3a8eda Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sat, 1 Jun 2024 15:50:57 -0400 Subject: [PATCH] Add supported files to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5fd170a..8cce3dc 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,9 @@ Deserialize Prelude EDC native XML files into Rust stucts. Enabling the `python` feature allows deserializing to Python classes with PyO3. + +## Supported native files + +- [x] Subject native XML +- [ ] Site Native XML +- [ ] User Native XML