Registry / utility / blevesearch-vellum

blevesearch-vellum

JSON →
library1.2.0gogounverified

A library for building, serializing, and executing finite state transducers (FSTs).

go get github.com/blevesearch/vellum
INSTALL
IMPORT
SIG · BLEVESEARCH-VELLUM
B
blevesearch-vellum
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vellum
github.com/blevesearch/vellum

Builds a simple FST with one key-value pair.

package main import ( "fmt" "github.com/blevesearch/vellum" ) func main() { var buf bytes.Buffer builder, err := vellum.New(&buf, nil) if err != nil { panic(err) } builder.Insert([]byte("key"), 1) builder.Close() fmt.Println("FST built") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
Meta
1
OpenAI (training)
1
Resources
blevesearch-vellum — go get blevesearch-vellum · libregistry