Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/swift-stringformat
This is EXPERIMENTAL. Do not use it.
https://github.com/gfx/swift-stringformat
Last synced: 26 days ago
JSON representation
This is EXPERIMENTAL. Do not use it.
- Host: GitHub
- URL: https://github.com/gfx/swift-stringformat
- Owner: gfx
- Created: 2015-01-03T06:36:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T14:42:16.000Z (over 9 years ago)
- Last Synced: 2023-04-09T21:19:25.995Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StringFormat
A pure Swift `sprintf`-like string formatter.
This is an alpha version and supports only the following formats:
* %s
* %d
* %f## LICENSE
The Apache License 2.0.