gotosocial/vendor/codeberg.org/gruf/go-format/README.md

17 lines
313 B
Markdown
Raw Normal View History

2022-01-16 18:52:30 +01:00
# 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