Versions in this module Expand all Collapse all v0 v0.0.1 May 18, 2026 Changes in this version + type Codec struct + func CodecFor[T any]() Codec[T] + func (codec Codec[T]) Decode(data []byte) (v T) + func (codec Codec[T]) Encode(v T) []byte