strfmt
A string formatting library inspired by Python's `format`.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install strfmt
choosenim install strfmt
git clone https://github.com/bio-nim/nim-strfmt
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| strfmt | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/bio-nim/nim-strfmt |
|---|---|
| Homepage | https://github.com/bio-nim/nim-strfmt |
| Registry Source | nimble_official |
README
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.