rsimmonsjr / axiom

Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184 stars 21 forks source link

Create `prelude` #101

Closed khionu closed 4 years ago

khionu commented 5 years ago

In the examples, use axiom::* is used a lot. To lower namespace clutter, a prelude module could be made to provide the most commonly used components. This would simply be a re-export of items located in other modules.