Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + var ErrInvalid = errors.New("bidirule: failed Bidi Rule") + func Direction(b []byte) bidi.Direction + func DirectionString(s string) bidi.Direction + func Valid(b []byte) bool + func ValidString(s string) bool + type Transformer struct + func New() *Transformer + func (t *Transformer) Reset() + func (t *Transformer) Span(src []byte, atEOF bool) (n int, err error) + func (t *Transformer) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error)