zlubsen / dis-rs

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

Review and adapt the public facing API #5

Open zlubsen opened 7 months ago

zlubsen commented 7 months ago

Currently all models are pub, and re-exported via lib.rs. Better would be to make all structs/enums/functions pub(crate), and re-export all external stuff neatly in lib.rs.