Month: August 2024

  • Pre-release: open-dis-rust v0.1.0-beta.0

    Pre-release: open-dis-rust v0.1.0-beta.0

    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…

  • Pre-release: open-dis-rust v0.1.0-alpha.10

    Pre-release: open-dis-rust v0.1.0-alpha.10

    The 11th and final alpha version for release target v0.1.0 has been pushed up to crates.io. This release introduces a couple of major changes, including the `serialize()` method now intrinsically updating the length field in the PDU header; the Gridded Data PDU now being fully implemented; and all SISO enumerations now being defined in a…