| Crates.io | knxkit_dptgen |
| lib.rs | knxkit_dptgen |
| version | 0.1.2 |
| created_at | 2024-12-29 21:23:03.043664+00 |
| updated_at | 2025-01-02 21:38:52.851235+00 |
| description | Data point generator for knxkit |
| homepage | |
| repository | https://github.com/knxkit/knxkit |
| max_upload_size | |
| id | 1498528 |
| size | 72,403 |
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.
dptgen --project=MyProject.knxproj --destination=~/my_project/src/generated --language=rust