richardanaya / conifer

Apache License 2.0
37 stars 4 forks source link

Adding new run result enum and cleanup #7

Closed richardanaya closed 4 years ago

richardanaya commented 4 years ago

@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.

nbrr commented 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.

richardanaya commented 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.

totally agree

richardanaya commented 4 years ago

@nbrr alright :) everything should be to where we've discussed and cleaned up a little