From 0579f0709241155a8927c7ff65c82e3b8912228b Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 8 Feb 2017 18:02:11 +0000 Subject: [PATCH] Added RxCpp to OS page --- docs/opensource-users.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 1561db40..f830f009 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -1,4 +1,4 @@ -# A selection of Open Source projects using Catch +# Open Source projects using Catch Catch is great for open source. With it's [liberal license](../LICENSE_1_0.txt) and single-header, dependency-free, distribution it's easy to just drop the header into your project and start writing tests - what's not to like? @@ -17,6 +17,9 @@ just let us know via any of the previously mentioned means - although I'm sure t ### [JSON for Modern C++](https://github.com/nlohmann/json) A, single-header, JSON parsing library that takes advantage of what C++ has to offer. +### [Reactive-Extensions/ RxCpp](https://github.com/Reactive-Extensions/RxCpp) +A library of algorithms for values-distributed-in-time + ## Applications & Tools ### [Standardese](https://github.com/foonathan/standardese) @@ -24,4 +27,4 @@ Standardese aims to be a nextgen Doxygen --- -[Home](Readme.md) \ No newline at end of file +[Home](Readme.md)