package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 12, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Codec defines the interface for a two way conversion between Q and R.
type GobCodec[Q, R any] struct{}
GobCodec is a Codec that uses gob as the underlying format.
type JSONCodec[Q, R any] struct{}
JSONCodec is a Codec that uses JSON as the underlying format.
type TOMLCodec[Q, R any] struct{}
TOMLCodec is a Codec that uses TOML as the underlying format.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.