std2_format 0.0.4
making std.format fast
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
std2.format
This is an attempt to improve std.format compile time performance by only
supporting string
s no wstring
no dstring
.
See the below code importing std2.format
.
Some floating point things and (class|struct).toString fail.
import std2.format;
void main() {
string s = format("Hello %s %s", "World", 1337);
assert(s == "Hello World 1337");
}
- 0.0.4 released 8 days ago
- burner/std2.format
- boost
- Copyright © 2025, Robert Schadek
- Authors:
- Dependencies:
- none
- Versions:
-
0.0.4 2025-Aug-21 0.0.3 2025-Aug-20 0.0.2 2025-Aug-20 ~master 2025-Aug-21 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
3 downloads this month
-
3 downloads total
-
- Score:
- 0.1
- Short URL:
- std2_format.dub.pm