diff --git a/README.rst b/README.rst index 1ae225cc..83fa3da3 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,9 @@ Features `_ similar to the one used by `str.format `_ in Python. +* Safe `printf implementation + `_ + including the POSIX extension for positional arguments. * Support for user-defined types. * High speed: performance of the format API is close to that of glibc's `printf `_