cbor

package
v0.13.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0, MIT Imports: 1 Imported by: 270

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Er

type Er interface {
	Marshaler
	Unmarshaler
}

type Marshaler

type Marshaler interface {
	MarshalCBOR(w io.Writer) error
}

These interfaces are intended to match those from whyrusleeping/cbor-gen, such that code generated from that system is automatically usable here (but not mandatory).

type Unmarshaler

type Unmarshaler interface {
	UnmarshalCBOR(r io.Reader) error
}

Jump to

Keyboard shortcuts

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