gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (429B)


      1 String formatting package using Rust-style formatting directives, geared specifcally towards formatting arguments for key-value log output. Provides ONLY default, key, value and verbose formatting directives. For most formatting cases you will be best served by `"fmt"`.
      2 
      3 Generally more visually friendly than `"fmt"` and performance is much improved.
      4 
      5 ![benchmarks](https://codeberg.org/gruf/go-kv/raw/main/format/benchmark.png)