We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357cf1e commit 45ebb74Copy full SHA for 45ebb74
extern/README.md
@@ -0,0 +1,15 @@
1
+# External Libraries
2
+
3
+This directory contains all third-party libraries used by libfly for testing purposes only. The core
4
+libfly library does not have any depedencies (except for the STL). The libraries here are only for
5
+unit testing and benchmarking comparisons.
6
7
+Libraries used for unit testing:
8
9
+* [Catch2](https://github.com/catchorg/Catch2)
10
11
+Libraries used for benchmarking:
12
13
+* [{fmt}](https://github.com/fmtlib/fmt)
14
+* [Boost.JSON](https://github.com/boostorg/json)
15
+* [JSON for Modern C++](https://github.com/nlohmann/json)
0 commit comments