diff --git a/README.rst b/README.rst index 9b59facd..1ae225cc 100644 --- a/README.rst +++ b/README.rst @@ -252,6 +252,15 @@ on integer formatting than ``fmt::Writer`` on Karma's own benchmark, see `Fast integer to string conversion in C++ `_. +What Users Say +-------------- + + Thanks for creating this library. It’s been a hole in C++ for a long time. + I’ve used both boost::format and loki::SPrintf, and neither felt like the + right answer. This does. + + -- Kurt Haas + Benchmarks ----------