package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Sep 5, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SeqMUS is a core.Seq MUS serializer.
type Codec[T, V any] interface {
Encode(t T, w transport.Writer) (n int, err error)
Decode(r transport.Reader) (v V, n int, err error)
}
Codec defines a generic interface for encoding and decoding data transmitted
over a transport connection.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.