ascii

package
v0.0.0-...-462374e Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 License: Unlicense Imports: 5 Imported by: 0

Documentation

Overview

Package ascii implements an efficient ASCII encoding.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(text []byte) ([]byte, error)

Decode an efficiently encoded ASCII text

func Encode

func Encode(text []byte) ([]byte, error)

Encode an ASCII text efficiently (either as 5-bit or 6-bit ASCII). The text can be maximally 127 characters long.

Types

This section is empty.

Directories

Path Synopsis
Package fivebit implements a 5-bit ASCII encoding.
Package fivebit implements a 5-bit ASCII encoding.
Package huffman implements Huffman encodings for various ASCII encodings.
Package huffman implements Huffman encodings for various ASCII encodings.
Package sixbit implements a 6-bit ASCII encoding.
Package sixbit implements a 6-bit ASCII encoding.

Jump to

Keyboard shortcuts

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