turbofish-org / orga

State machine engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better module paths

mappum opened this issue · comments

We started out doing pub use some_mod::*; a lot in lib.rs, but now there are a bit too many pieces mixed together. We should make the exports closer to the internal module structure, e.g. pub mod rather than pub use.