fairingrey/actix-realworld-example-app

Finish the rest of application logic

Closed this issue · 1 comments

Whatever in code that says unimplemented!() still has yet to be implemented, though it's pretty much all message handling logic for DbExecutor.

https://github.com/fairingrey/actix-realworld-example-app/search?q=%22unimplemented%21%28%29%22&unscoped_q=%22unimplemented%21%28%29%22

Once that's finished, the plan is to eventually submit it to the Rust community for advice and if any refactoring needs to be done 😄

With the last commit here, this is completely done. Will close this issue now.