# Functions
Diff computes the diff between two lists of filters.
FromRule translates a rule into entries that map directly into Gmail filters.
FromRules translates rules into entries that map directly into Gmail filters.
FromRulesWithLimit translates rules into entries that map directly into Gmail, but uses a custom size limit.
GenerateCriteria translates a rule criteria into an entry that maps directly into Gmail filters.
NewMinimalFiltersDiff creates a new FiltersDiff with reordered filters, where similar added and removed ones are next to each other.
# Structs
Actions represents an action associated with a Gmail filter.
Criteria represents the filtering criteria associated with a Gmail filter.
Filter matches 1:1 a filter created on Gmail.
FiltersDiff contains filters that have been added and removed locally with respect to upstream.
# Type aliases
Filters is a list of filters created in Gmail.