mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Update README.rst
This commit is contained in:
parent
53010624a0
commit
65cd4835cd
@ -24,8 +24,8 @@ Features
|
|||||||
* Two APIs: faster concatenation-based write API and slower (but still
|
* Two APIs: faster concatenation-based write API and slower (but still
|
||||||
very fast) replacement-based format API with positional arguments for
|
very fast) replacement-based format API with positional arguments for
|
||||||
localization.
|
localization.
|
||||||
* Write API similar to the one used by IOStreams but much faster and more
|
* Write API similar to the one used by IOStreams but stateless allowing
|
||||||
consistent.
|
faster implementation.
|
||||||
* Format API with `format string syntax
|
* Format API with `format string syntax
|
||||||
<http://cppformat.readthedocs.org/en/latest/syntax.html>`_
|
<http://cppformat.readthedocs.org/en/latest/syntax.html>`_
|
||||||
similar to the one used by `str.format
|
similar to the one used by `str.format
|
||||||
@ -51,6 +51,7 @@ Features
|
|||||||
* Clean warning-free codebase even on high warning levels
|
* Clean warning-free codebase even on high warning levels
|
||||||
(-Wall -Wextra -pedantic).
|
(-Wall -Wextra -pedantic).
|
||||||
* Support for wide strings.
|
* Support for wide strings.
|
||||||
|
* Optional header-only configuration enabled with ``FMT_HEADER_ONLY``.
|
||||||
|
|
||||||
See the `documentation <http://cppformat.readthedocs.org/en/stable/>`_ for more details.
|
See the `documentation <http://cppformat.readthedocs.org/en/stable/>`_ for more details.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user