pk-command 1.1.0

A communication protocol designed for embedded devices
Documentation
[lib]
name = "pk_command"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A communication protocol designed for embedded devices"
documentation = "https://docs.rs/pk-command"
edition = "2024"
exclude = [".github/", "Specification.md", "Specification_zh.md"]
homepage = "https://github.com/lingrottin/PK-Command"
license = "MIT"
name = "pk-command"
readme = "README.md"
repository = "https://github.com/lingrottin/PK-Command.git"
version = "1.1.0"

[[test]]
name = "pk_command_simulation"
path = "tests/pk_command_simulation.rs"