Versions in this module Expand all Collapse all v1 v1.1.3 Feb 11, 2023 Changes in this version + var Null = []byte + var NullRawMessage = bencode.RawMessage + type Bool bool + func (b *Bool) UnmarshalBencode(input []byte) error + func (b Bool) MarshalBencode() ([]byte, error) + type Bytes []byte + func (b Bytes) MarshalBencode() ([]byte, error) + func (s *Bytes) UnmarshalBencode(input []byte) error + type String string + func (s *String) UnmarshalBencode(input []byte) error + func (s String) MarshalBencode() ([]byte, error) + type TanglePoint refs.TanglePoint + func (tp *TanglePoint) UnmarshalBencode(input []byte) error + func (tp TanglePoint) MarshalBencode() ([]byte, error) + type Tangles map[string]TanglePoint