Modules§
Structs§
- Restrictive
Validator - Restrictive validator with additional constraints
- Standard
Validator - Standard MQTT specification validator
Traits§
- Topic
Validator - Trait for pluggable topic validation
Functions§
- is_
valid_ client_ id - Validates an MQTT client identifier according to MQTT v5.0 specification
- is_
valid_ topic_ filter - Validates an MQTT topic filter according to MQTT v5.0 specification
- is_
valid_ topic_ name - Validates an MQTT topic name according to MQTT v5.0 specification
- topic_
matches_ filter - Checks if a topic name matches a topic filter
- validate_
client_ id - Validates a client ID and returns an error if invalid
- validate_
topic_ filter - Validates a topic filter and returns an error if invalid
- validate_
topic_ name - Validates a topic name and returns an error if invalid