encoding

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Transform

func Transform[T any](to Encoder[T], from Decoder[T]) error

Types

type Decoder

type Decoder[T any] interface {
	Decode() (internal.Graph[T], error)
}

type Encoder

type Encoder[T any] interface {
	Encode(internal.Graph[T]) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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