zlubsen / dis-rs

Implementation of DIS in Rust
MIT License
14 stars 6 forks source link

Refactor all builders to match the IFF Pdu #4

Closed zlubsen closed 8 months ago

zlubsen commented 9 months ago

Originally builder methods are in the model implementation. IFF Pdu places these as a Builder struct in a separate submodule, which is more clean.

zlubsen commented 9 months ago

Done for all implemented PDUs. Not for records (structs/enums).