#pragma once
#include <string>
namespace MqttUtils {
bool topic_matches(const std::string& filter, const std::string& topic);
}