Versions in this module Expand all Collapse all v0 v0.0.3 Dec 10, 2021 v0.0.2 Dec 9, 2021 Changes in this version + func CopyWithFrames(src io.Reader, dst io.Writer, buf []byte, overlapSize int, ...) (written int64, err error) + func InPlaceReplace(s, old, new []byte, n int) (err error) + func InPlaceReplaceAll(s, old, new []byte) (err error) + func ReplaceBytes(src io.Reader, dst io.Writer, old []byte, new []byte) (written int64, err error) + func ReplaceStringsPrefix(source io.Reader, output io.Writer, values []string, old string, new string) (replacements int, matches map[string]struct{}, err error) + type ErrNotSameLength struct + func (e ErrNotSameLength) Error() string