modbus-impl 0.5.0

modbus-impl for embedded device
Documentation
[package]
name = "modbus-impl"
version = "0.5.0"
edition = "2021"
rust-version = "1.77"
documentation = "https://docs.rs/modbus-impl"
readme = "README.md"
authors = ["sndnvaps <admin@sndnvaps.com>"]
description = "modbus-impl for embedded device"
build = false
autolib = false
keywords = [
    "modbus",
    "embedded-hal",
    "no-std",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sndnvaps/modbus-impl"

[package.metadata.docs.rs]
targets = ["thumbv6m-none-eabi"]


[lib]
name = "modbus_impl"
path = "src/lib.rs"