Expand description
This crate provides data-types defined by the VDA5050 standard. VDA5050 is an open standard for communication between AGV fleets and a central master control.
§Crate Features
Enable or disable features according to your needs and in order to optimize for compile time and space.
Feature | Default | Description |
---|---|---|
fmt | ✔ | When enabled, certain types will provide an implementation for core::fmt::Debug and core::fmt::Display traits. |
serde | ✗ | When enabled, certain types will provide an implementation for serde::Serialize and serde::Deserialize traits. |
v2_0 | ✗ | When enabled, VDA5050 version 2 types are available. |
✔ enabled, ✗ disabled
Modules§
- v2_0
v2_0