# Functions
NewTextEncoder returns a new instance of TextEncoder with given configuration.
PrepareTextMarshalerValue marshals a value that implements [encoding.TextMarshaler] interface to string.
# Constants
DefaultCensorFieldTag is a default tag name for censor fields.
UnsupportedTypeTmpl is a template for a value that is returned when a given type is not supported.
# Structs
Config describes censor Encoder configuration.
TextEncoder is a struct that contains options for parsing.
# Interfaces
No description provided by the author