blob: fe7b2338df616bde74fc660657b0ad8409db2b03 (
plain)
1
2
3
4
5
|
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"`.
Generally more visually friendly than `"fmt"` and performance is much improved.

|