From 391d6430e589248b3f343635dee6cadc367f44f0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 26 Feb 2015 08:10:36 -0800 Subject: [PATCH] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 1ae225cc..415afd86 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,9 @@ Features `_ similar to the one used by `str.format `_ in Python. +* Complete and 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 `_