Closed richardanaya closed 4 years ago
Also added a prelude section so stuff thats really common can go there and be imported in some idiomatic way.
It's also probably time to give Frame
and Config
their own space and only have exports in lib.rs
.
Also added a prelude section so stuff thats really common can go there and be imported in some idiomatic way.
It's also probably time to give
Frame
andConfig
their own space and only have exports inlib.rs
.
totally agree
@nbrr alright :) everything should be to where we've discussed and cleaned up a little
@nbrr I added a new run result and updated examples. Let me know what you think about naming.
Also lots of small changes to fix warnings.
Also added a prelude section so stuff thats really common can go there and be imported in some idiomatic way.