Closed khionu closed 4 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.
use axiom::*
prelude
In the examples,
use axiom::*
is used a lot. To lower namespace clutter, aprelude
module could be made to provide the most commonly used components. This would simply be a re-export of items located in other modules.