Update README.rst

This commit is contained in:
Victor Zverovich 2021-04-10 08:31:47 -07:00 committed by GitHub
parent 00f3d16b12
commit 0b41145443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,6 +289,13 @@ Then you can run the speed test::
or the bloat test::
$ make bloat-test
Migrating code
--------------
`clang-tidy-fmt <https://github.com/mikecrowe/clang-tidy-fmt>`_ provides clang
tidy checks for converting occurrences of `printf` and `fprintf` to
`fmt::print`.
Projects using this library
---------------------------