package
0.0.0-20240826102644-179a93e6e53a
Repository: https://github.com/libp2p/go-routing-language.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AreSameNodes compairs to lists of key/values for set-wise equality (order independent).
AreSamePairs compairs to lists of key/values for set-wise equality (order independent).
FromIPLD transforms an IPLD Node into its xr.Node representation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarshalCBOR serializes syntactic nodes in CBOR using its IPLD capabilities.
MarshalJSON syntactic representation.
No description provided by the author
UnmarshalCBOR deserializes syntactic nodes from CBOR using its IPLD capabilities.
UnmarshalJSON syntactic representation.

# Structs

No description provided by the author
No description provided by the author
Dict is a set of uniquely-keyed values.
No description provided by the author
No description provided by the author
List is a set of (uniquely) elements.
Pair holds a key/value pair.
Predicate models a function invocation with named and positional arguments, corresponding to the syntax: tag(a1, a2, ...; n1=v1, n2=v2, ...).
String is a node representing a string literal.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Pairs is a list of pairs.