knxkit_dptgen

Crates.ioknxkit_dptgen
lib.rsknxkit_dptgen
version0.1.2
created_at2024-12-29 21:23:03.043664+00
updated_at2025-01-02 21:38:52.851235+00
descriptionData point generator for knxkit
homepage
repositoryhttps://github.com/knxkit/knxkit
max_upload_size
id1498528
size72,403
Alexey Aristov (aav)

documentation

README

Datapoints Generator for knxkit

Extracts knx_master.xml from a project file and generates generic and specific data structures. Currently, only the Rust language is supported.

Normally, you should not use this utility directly. Pre-generated rust structures are available in the knxkit_dpt crate.

Usage
dptgen --project=MyProject.knxproj --destination=~/my_project/src/generated --language=rust
Commit count: 49

cargo fmt