Expand description

Code to match MQTT topics to filters that may contain wildcards.

Structs

  • Iterator for the topic matcher collection. This is created from a specific topic string and will find the contents of all the matching filters in the collection. Lifetimes: ’a - The matcher collection ’b - The original topic string
  • Mutable iterator for the topic matcher collection. This is created from a specific topic string and will find the contents of all the matching filters in the collection. Lifetimes: ’a - The matcher collection ’b - The original topic string
  • A collection of topic filters to arbitrary objects.