From e5aabb6714880e63942b37e5d7c170975ed4e420 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Mar 2023 15:33:30 +0100 Subject: [PATCH] Add xmlwrapp to the list of Open Source projects using Catch This library uses Catch (v2 currently) for its unit tests. --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 12b4551c..ab5f6727 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -110,6 +110,9 @@ A header-only TOML parser and serializer for modern C++. ### [Trompeloeil](https://github.com/rollbear/trompeloeil) A thread-safe header-only mocking framework for C++14. +### [xmlwrapp](https://github.com/vslavik/xmlwrapp) +C++ XML parsing library using libxml2. + ## Applications & Tools ### [App Mesh](https://github.com/laoshanxi/app-mesh)