# Functions
EncodeOptionWithMaxDecimalDigits sets the maximum decimal digits to encode.
Marshal translates a geometry to the corresponding WKT.
NewEncoder returns a new encoder with the given options set.
Unmarshal translates a WKT to the corresponding geometry.
# Variables
ErrBraceMismatch is returned when braces do not match.
# Structs
Encoder encodes WKT based on specified parameters.
SyntaxError is an error that occurs during parsing of a WKT string.
# Type aliases
An EncodeOption is an encoder option.