mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Update README.rst
This commit is contained in:
parent
2453ee576a
commit
c11d0f056e
@ -36,8 +36,8 @@ Features
|
|||||||
* Implementation of `C++20 std::format <https://en.cppreference.com/w/cpp/utility/format>`__.
|
* Implementation of `C++20 std::format <https://en.cppreference.com/w/cpp/utility/format>`__.
|
||||||
* Support for user-defined types.
|
* Support for user-defined types.
|
||||||
* High performance: faster than common standard library implementations of
|
* High performance: faster than common standard library implementations of
|
||||||
`printf <https://en.cppreference.com/w/cpp/io/c/fprintf>`_ and
|
`printf <https://en.cppreference.com/w/cpp/io/c/fprintf>`_,
|
||||||
iostreams. See `Speed tests`_ and `Fast integer to string conversion in C++
|
iostreams and `to_string`. See `Speed tests`_ and `Fast integer to string conversion in C++
|
||||||
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
|
<http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_.
|
||||||
* Small code size both in terms of source code (the minimum configuration
|
* Small code size both in terms of source code (the minimum configuration
|
||||||
consists of just three header files, ``core.h``, ``format.h`` and
|
consists of just three header files, ``core.h``, ``format.h`` and
|
||||||
|
Loading…
Reference in New Issue
Block a user