Versions in this module Expand all Collapse all v1 v1.0.3 Sep 29, 2022 Changes in this version + func Encode(val *zed.Value) ([]byte, error) + func Walk(typ zed.Type, body zcode.Bytes, visit zed.Visitor) error + type Decoder struct + func NewDecoder(zctx *zed.Context) *Decoder + func (c *Decoder) Decode(b []byte) (*zed.Value, error)