Docs.rs
  • modbus-relay-2024.12.0
    • modbus-relay 2024.12.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • aljen
    • Dependencies
      • axum ^0.7.9 normal
      • clap ^4.5.21 normal
      • config ^0.14.1 normal
      • futures ^0.3.31 normal
      • hex ^0.4.3 normal
      • humantime-serde ^1.1.1 normal
      • libc ^0.2.167 normal
      • rand ^0.8.5 normal
      • rmodbus ^0.9.9 normal
      • serde ^1.0.215 normal
      • serde_json ^1.0.133 normal
      • serde_yaml ^0.9.33 normal
      • serialport ^4.6.0 normal
      • thiserror ^2.0.3 normal
      • time ^0.3.36 normal
      • tokio ^1.41.1 normal
      • tower ^0.5.1 normal
      • tower-http ^0.6.2 normal
      • tracing ^0.1.41 normal
      • tracing-subscriber ^0.3.19 normal
      • serial_test ^3.2.0 dev
      • tempdir ^0.3.7 dev
      • tempfile ^3.14.0 dev
    • Versions
    • 22.75% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • 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

modbus_relay2024.12.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • config::BackoffConfig
  • config::ConnectionConfig
  • config::DataBits
  • config::HttpConfig
  • config::LoggingConfig
  • config::RelayConfig
  • config::RtuConfig
  • config::TcpConfig
  • connection::BackoffStrategy
  • connection::ClientStats
  • connection::ConnectionGuard
  • connection::ConnectionManager
  • connection::ConnectionStats
  • connection::IpStats
  • modbus::ModbusProcessor
  • modbus_relay::ModbusRelay
  • rtu_transport::RtuTransport

Enums

  • config::Parity
  • config::RtsType
  • config::StopBits
  • errors::BackoffError
  • errors::ClientErrorKind
  • errors::ConfigValidationError
  • errors::ConnectionError
  • errors::FrameError
  • errors::FrameErrorKind
  • errors::FrameFormatKind
  • errors::FrameSizeKind
  • errors::InitializationError
  • errors::IoOperation
  • errors::ProtocolErrorKind
  • errors::RelayError
  • errors::RtsError
  • errors::SerialErrorKind
  • errors::SystemErrorKind
  • errors::TransportError

Functions

  • http_api::start_http_server
  • modbus::guess_response_size