Registry / utility / ipld-go-ipld-selector-text-lite

ipld-go-ipld-selector-text-lite

JSON →
library0.0.1gogounverified

Package textselector provides basic utilities for creation of IPLD selector objects from a flat textual representation.

go get github.com/ipld/go-ipld-selector-text-lite
INSTALL
IMPORT
SIG · IPLD-GO-IPLD-SELEC
I
ipld-go-ipld-selector-text-lite
utilitygov0.0.1
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.

textselector
github.com/ipld/go-ipld-selector-text-lite

Parse a textual IPLD selector

package main import ( "fmt" "github.com/ipld/go-ipld-selector-text-lite" ) func main() { sel, _ := textselector.ParseSelector("a.b.c") fmt.Println(sel) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ipld-go-ipld-selector-text-lite — go get ipld-go-ipld-selector-text-lite · libregistry