summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-20Merge pull request #225 from matthiasbeyer/rustfmt-no-groupingMarcel Müller
2024-03-20cargo fmtMatthias Beyer
2024-03-20Add rustfmt configMatthias Beyer
2024-03-20Add rustfmt overwrite for nightly rustfmtMatthias Beyer
2024-03-20Merge pull request #227 from TheNeikos/feature/add_v5_parsingMarcel Müller
2024-03-20Make cloudmqtt binaries use the mqttv3 featureMarcel Müller
2024-03-20Add missing license headersMatthias Beyer
2024-03-20Do not disallow Result::expectMarcel Müller
2024-03-20Feature gate dependencies behind resp. featuresMarcel Müller
2024-03-20Add correct feature flags to modulesMarcel Müller
2024-03-20Fix: Store parsed data in Will/MConnectMatthias Beyer
2024-03-20Clarify that the ignored value is a reservedMarcel Müller
2024-03-20Add missing debug/copy implsMarcel Müller
2024-03-20Fix: Implement protocol name/level verificationMatthias Beyer
2024-03-20Add book emoji to specification linksMarcel Müller
2024-03-20Add links to specification for packet typesMatthias Beyer
2024-03-20Remove PACKET_TYPE constMarcel Müller
2024-03-20Make Will fields pubMarcel Müller
2024-03-20Outsource link generation to helper macroMatthias Beyer
2024-03-20Add docs for UnsubscribePropertiesMatthias Beyer
2024-03-20Add docs for SubackPropertiesMatthias Beyer
2024-03-20Add docs for PubrelPropertiesMatthias Beyer
2024-03-20Add docs for PubrecPropertiesMatthias Beyer
2024-03-20Add docs for PubcompPropertiesMatthias Beyer
2024-03-20Add docs for PubackPropertiesMatthias Beyer
2024-03-20Add docs for DisconnectPropertiesMatthias Beyer
2024-03-20Add docs for ConnectPropertiesMatthias Beyer
2024-03-20Add docs for ConnackPropertiesMatthias Beyer
2024-03-20Add docs for AuthPropertiesMatthias Beyer
2024-03-20Add docs for PublishPropertiesMatthias Beyer
2024-03-20Add possibility to ref upstream docs when defining propertiesMatthias Beyer
2024-03-20Add missing flags to publish packetMarcel Müller
2024-03-20Make fixed header types EqMarcel Müller
2024-03-20Fix wrong control packet type associationMarcel Müller
2024-03-20Add UnsubscriptionIterMarcel Müller
2024-03-20Add SubscriptionsIterMarcel Müller
2024-03-20Add accessors to propertiesMarcel Müller
2024-03-20Make all fields of packets publicMarcel Müller
2024-03-20Make all parse methods on packets publicMarcel Müller
2024-03-20Make fixed header types copy and cloneMarcel Müller
2024-03-20Add global MqttPacket typeMarcel Müller
2024-03-20Do not include the remaining length in the fixed headerMarcel Müller
2024-03-20Rename packet module to pluralMarcel Müller
2024-03-20Simplify code with clippyMarcel Müller
2024-03-20Move packet identifier parsing to structMarcel Müller
2024-03-20Remove reference for &BytesMarcel Müller
2024-03-20Replace manual bit checking with parser in MConnectMarcel Müller
2024-03-20Remove ApplicationMessagePayloadMarcel Müller
2024-03-20Rename parse_data to parse_binary_dataMarcel Müller
2024-03-20Implement MDisconnectMarcel Müller