Docs.rs
  • embedded-mqttc-0.1.0
    • embedded-mqttc 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • siemtim-dev
    • Dependencies
      • defmt ^0.3.10 normal optional
      • embassy-futures ^0.1.1 normal
      • embassy-net >=0.5.0, <0.7.0 normal optional
      • embassy-sync ^0.6.2 normal
      • embassy-time >=0.3.0, <0.5.0 normal optional
      • embedded-io-async ^0.6.1 normal
      • embytes-buffer ^0.1.0 normal
      • heapless ^0.8.0 normal
      • mqttrs2 ^0.1.0 normal
      • thiserror ^2.0.11 normal
      • tokio ^1.43.0 normal optional
      • tracing ^0.1.41 normal optional
      • dotenvy ^0.15.7 dev
      • embassy-sync ^0.6.2 dev
      • embassy-time >=0.3.0, <0.5.0 dev
      • ntest ^0.9.3 dev
      • rumqttc ^0.24.0 dev
      • test-log ^0.2.17 dev
      • tokio ^1.43.0 dev
      • tokio-util ^0.7.13 dev
      • tracing ^0.1.41 dev
      • uuid ^1.15.1 dev
    • Versions
    • 4.84% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

embedded_mqttc0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AutoSubscribe
  • Buffer
  • ClientConfig
  • ClientCredentials
  • MqttPublish
  • Reader
  • UniqueID
  • Write
  • client::MqttClient
  • io::MqttEventLoop
  • network::fake::BufferedStream
  • network::fake::ClientConnection
  • network::fake::ConnectionRessources
  • network::fake::ReadAtomicFuture
  • network::fake::ReadFuture
  • network::fake::ServerConnection
  • network::fake::WriteFuture
  • network::std::StdNetworkConnection
  • queue_vec::QueuedVec
  • queue_vec::RemoveIterator
  • queue_vec::split::PushFuture
  • queue_vec::split::QueuedVecInner
  • queue_vec::split::WorkingCopy

Enums

  • BufferError
  • MqttError
  • MqttEvent
  • QoS
  • network::NetworkError
  • network::mqtt::MqttPacketError

Traits

  • BufferReader
  • BufferWriter
  • ReadWrite
  • io::AsyncReceiver
  • io::AsyncSender
  • json::JsonReader
  • json::JsonWriter
  • network::NetwordSendReceive
  • network::NetworkConnection
  • network::TryRead
  • network::TryWrite
  • network::fake::ReadAtomic
  • network::mqtt::ReadMqttPacket
  • network::mqtt::WriteMqttPacket
  • network::mqtt::WriteMqttPacketMut
  • queue_vec::split::WithQueuedVecInner

Functions

  • network::fake::new_connection
  • new_stack_buffer

Type Aliases

  • Topic

Constants

  • MAX_TOPIC_SIZE
  • MQTT_PAYLOAD_MAX_SIZE
  • queue_vec::MAX_WAKERS