codeberg.org/gruf/go-format@v1.0.6/README.md (about)

     1  # go-format
     2  
     3  String formatting package using Rust-style formatting directives.
     4  
     5  Output is generally more visually-friendly than `"fmt"`, while performance is neck-and-neck.
     6  
     7  README is WIP.
     8  
     9  ## todos
    10  
    11  - improved verbose + options for printing of number types
    12  
    13  - more test cases
    14  
    15  - improved verbose printing of string ptr types
    16