The first beta release of the open-dis-rust crate has been published to crates.io. The changes in this release include reorganization of all of the non-PDU data types into data_types modules within their respective PDU family module directories as well as fixes that address security reports by clippy. The changes can be viewed in their entirety on the repository.
The next release milestone for v0.1.0-beta.1 will add documentation for everything that doesn’t currently have doc comments, i.e., all structs, traits, and methods that should be documented. Other tasks may be added to the release milestone if necessary.
At the current rate, there should only be just a handful more beta releases before the final release is cut. Once the milestone is opened for v0.1.0, I will post here to provide an update which will include an anticipated release date.
To anyone that is reading this and is actively using this crate, I appreciate your time, and any comments, issues, PR, or feedback would be helpful before the beta ends.

