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