ufencoding

package
v0.23.1 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package ufencoding contains encoding-related utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryUnmarshalerRest

type BinaryUnmarshalerRest interface {
	// UnmarshalBinaryRest decodes the entity from b and returns the rest of it.
	// If err is not nil, rest must be equal to b.
	UnmarshalBinaryRest(b []byte) (rest []byte, err error)
}

BinaryUnmarshalerRest is the interface for entities that can unmarshal a binary representation of itself while also making it easier to track consumption of the buffer.

Jump to

Keyboard shortcuts

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