From 4c3ad2cb8f4e9f959c72b358d69184e5bbdf2423 Mon Sep 17 00:00:00 2001 From: Beau Hartshorne Date: Wed, 24 Jul 2024 11:56:28 -0700 Subject: [PATCH] Update README.md (#66) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4113011..e864bf7 100644 --- a/README.md +++ b/README.md @@ -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