Update README.md (#66)

This commit is contained in:
Beau Hartshorne 2024-07-24 11:56:28 -07:00 committed by GitHub
parent a1610f689f
commit 4c3ad2cb8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ types. While serde is great for formats like JSON, the underlying structure it p
great fit for XML, limiting serde-based tools like quick-xml. instant-xml more rigorously maps the
XML data model (including namespaces) to Rust types while providing a serde-like interface.
This library is used in production at [Instant Domains](https://instantdomains.com/).
## Features
* Familiar serde-like interface