zlubsen / dis-rs

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

feat: impl Display for EntityId #27

Closed carlocorradini closed 5 months ago

carlocorradini commented 5 months ago

Example: EntityId { site: 1, application: 2, entity: 3 } Display: 1:2:3