TheNeikos / cloudmqtt

A simple and straightforward to use MQTT client/server
Other
5 stars 3 forks source link

Dedicated PacketIdentifier{,NonZero} type #272

Closed matthiasbeyer closed 3 months ago

matthiasbeyer commented 3 months ago

I think we should start using strong types for packet identifiers in the cloudmqtt crate. This PR implements it.

Consider this low-prio for now, I am happy to rebase if necessary.