# Functions
Diff computes the diff between two lists of labels.
Equivalent returns true if two labels can be considered equal, despite a different ID.
FromConfig creates labels from the config format.
Validate makes sure that a diff is valid and safe to apply.
# Structs
Color is the color of a label.
Label contains information about a Gmail label.
LabelsDiff contains the diff of two lists of labels.
ModifiedLabel is a label in two versions, the old and the new.
# Type aliases
Labels is a list of labels.