No description
Find a file
Christopher Dunn 8d4d200bc3 Update from upstream
From 4d56681d160cc6dd4782581b7e29ae8152f5d6de
at https://bitbucket.org/lyro/strfmt/
2019-07-24 21:18:05 -07:00
.gitignore Copied from hg repo 2017-11-09 10:58:01 -06:00
README.md init 2017-11-09 10:56:26 -06:00
strfmt.nim Update from upstream 2019-07-24 21:18:05 -07:00
strfmt.nimble Update from upstream 2019-07-24 21:18:05 -07:00

Introduction

strfmt is a small string formatting library for the Nim programming language similar to Python's format.

Documentation

The module is described in the reference documentation.