Versions in this module Expand all Collapse all v0 v0.6.1 Aug 12, 2020 v0.6.0 Aug 12, 2020 Changes in this version + func TestBuildingRecursives(t *testing.T, nb ipld.NodeBuilder) + func TestBuildingScalars(t *testing.T, nb ipld.NodeBuilder) + func TestRecursiveMarshal(t *testing.T, nb ipld.NodeBuilder) + func TestRecursiveUnmarshal(t *testing.T, nb ipld.NodeBuilder) + func TestScalarMarshal(t *testing.T, nb ipld.NodeBuilder) + func TestScalarUnmarshal(t *testing.T, nb ipld.NodeBuilder) + type TokenBucket []tok.Token + func (tb *TokenBucket) Step(consume *tok.Token) (done bool, err error) + func (tb TokenBucket) Minimalize() TokenBucket + type TokenSourceBucket struct + func (tb *TokenSourceBucket) Step(yield *tok.Token) (done bool, err error)