Structs
- Provides a serde Serializer implementation that is roughly compatible with https://pkg.go.dev/github.com/kr/logfmt
Enums
- Error type for logfmt serialization failures.
Functions
- Serializes an object to logfmt and returns the result as bytes.
- Serializes an object to logfmt and returns the result as a string.
- Serializes an object to logfmt and writes the result to the provided writer.