rust7 0.1.2

Native Rust S7 client (Snap7-style) for Siemens PLCs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rust7"
version = "0.1.2"
authors = ["Davide Nardella <davenardella@live.it>"]
edition = "2021"
description = "Native Rust S7 client (Snap7-style) for Siemens PLCs."
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/rust7"
repository = "https://github.com/davenardella/rust7"
homepage = "https://github.com/davenardella/rust7"
keywords = ["s7", "siemens", "plc", "industrial", "snap7"]
categories = ["network-programming","api-bindings"]

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