stempel

package
v2.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Diff

func Diff(dest, diff []rune) []rune

Diff transforms the dest rune slice following the rules described in the diff command rune slice.

Types

type Trie

type Trie interface {
	GetLastOnPath([]rune) []rune
}

Trie is the external interface to work with the stempel trie

func LoadTrie

func LoadTrie() (Trie, error)

LoadTrie load trie from embed file

func Open

func Open(path string) (Trie, error)

Open attempts to open a file at the specified path, and use it to build a Trie

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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