Crates.io | acn-protocol |
lib.rs | acn-protocol |
version | |
source | src |
created_at | 2025-04-13 17:33:43.927073+00 |
updated_at | 2025-04-13 17:33:43.927073+00 |
description | ACN protocol written in Rust |
homepage | https://github.com/mpowell90/acn-protocol |
repository | https://github.com/mpowell90/acn-protocol |
max_upload_size | |
id | 1632016 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Architecture for Control Networks (ACN) consists of a suite of protocols and languages which may be configured and combined with other standard protocols in a number of ways to form flexible networked control systems.
cargo add acn-protocol
or add to Cargo.toml dependencies, crates.io for latest version.
See RootLayerCodec and PduCodec tests for examples.
This project is open to contributions, create a new issue and let's discuss.
Distributed under the MIT License. See LICENSE.txt
for more information.