mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 06:37:28 +00:00
Update readme
This commit is contained in:
parent
83f052930a
commit
1b11b000c7
@ -16,11 +16,6 @@ It can be used as a safe and fast alternative to (s)printf and IOStreams.
|
|||||||
|
|
||||||
`Documentation <http://fmtlib.net/latest/>`__
|
`Documentation <http://fmtlib.net/latest/>`__
|
||||||
|
|
||||||
This is a development branch that implements the C++ standards proposal `P0645
|
|
||||||
Text Formatting <http://fmtlib.net/Text%20Formatting.html>`__.
|
|
||||||
Released versions are available from the `Releases page
|
|
||||||
<https://github.com/fmtlib/fmt/releases>`__.
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -32,6 +27,8 @@ Features
|
|||||||
* Safe `printf implementation
|
* Safe `printf implementation
|
||||||
<http://fmtlib.net/latest/api.html#printf-formatting>`_ including
|
<http://fmtlib.net/latest/api.html#printf-formatting>`_ including
|
||||||
the POSIX extension for positional arguments.
|
the POSIX extension for positional arguments.
|
||||||
|
* Implementation of the ISO C++ standards proposal `P0645
|
||||||
|
Text Formatting <http://fmtlib.net/Text%20Formatting.html>`__.
|
||||||
* Support for user-defined types.
|
* Support for user-defined types.
|
||||||
* High speed: performance of the format API is close to that of glibc's `printf
|
* High speed: performance of the format API is close to that of glibc's `printf
|
||||||
<http://en.cppreference.com/w/cpp/io/c/fprintf>`_ and better than the
|
<http://en.cppreference.com/w/cpp/io/c/fprintf>`_ and better than the
|
||||||
|
Loading…
Reference in New Issue
Block a user