mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 15:39:09 +00:00
Update README.rst
This commit is contained in:
parent
d7921d649a
commit
e4c954ff0e
@ -48,8 +48,9 @@ Features
|
|||||||
* Small code size both in terms of source code with the minimum configuration
|
* Small code size both in terms of source code with the minimum configuration
|
||||||
consisting of just three files, ``core.h``, ``format.h`` and ``format-inl.h``,
|
consisting of just three files, ``core.h``, ``format.h`` and ``format-inl.h``,
|
||||||
and compiled code; see `Compile time and code bloat`_
|
and compiled code; see `Compile time and code bloat`_
|
||||||
* Reliability: the library has an extensive set of `unit tests
|
* Reliability: the library has an extensive set of `tests
|
||||||
<https://github.com/fmtlib/fmt/tree/master/test>`_ and is continuously fuzzed
|
<https://github.com/fmtlib/fmt/tree/master/test>`_ and is `continuously fuzzed
|
||||||
|
<https://bugs.chromium.org/p/oss-fuzz/issues/list?colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary&q=proj%3Dlibfmt&can=1>`_
|
||||||
* Safety: the library is fully type safe, errors in format strings can be
|
* Safety: the library is fully type safe, errors in format strings can be
|
||||||
reported at compile time, automatic memory management prevents buffer overflow
|
reported at compile time, automatic memory management prevents buffer overflow
|
||||||
errors
|
errors
|
||||||
|
Loading…
Reference in New Issue
Block a user