diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-08-24 23:49:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 23:49:13 +0700 |
commit | 6545262c9f97c38679730204ce0a66f93d5b14e0 (patch) | |
tree | 24e660fbc94fd30ca54415c66fd1668b8451c6cc /libraries/fmt/README | |
parent | f2742f924d5f982efbcbe68229719575a44d6d44 (diff) |
libraries/fmt: Added (A modern formatting library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/fmt/README')
-rw-r--r-- | libraries/fmt/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/fmt/README b/libraries/fmt/README new file mode 100644 index 000000000000..aac25b63167d --- /dev/null +++ b/libraries/fmt/README @@ -0,0 +1,2 @@ +{fmt} is an open-source formatting library for C++. It can be used as a +safe and fast alternative to (s)printf and iostreams. |