summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-format/README.md
blob: 7126e215e93488cdd562ef913ffe75e73fff0c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# go-format

String formatting package using Rust-style formatting directives.

Output is generally more visually-friendly than `"fmt"`, while performance is neck-and-neck.

README is WIP.

## todos

- improved verbose printing of number types

- more test cases

- improved verbose printing of string ptr types