alank976 / todo-service

Rust toy
0 stars 0 forks source link

create and view (by getting rid of dependency inversion :( ) #1

Closed alank976 closed 4 years ago

alank976 commented 4 years ago

Worth to read https://www.reddit.com/r/rust/comments/adgs4k/my_initial_impression_is_rust_only_starts_to_make/ It can still be achieved via trait objects with complexity costs. Also, there was some incompatibility with async main (can't recall now)