codec

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SeqMUS = seqMUS{}

SeqMUS is a core.Seq MUS serializer.

Functions

This section is empty.

Types

type Codec

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL