Crate alogfmt

Source

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.

Type Aliases§

Result