ziggybaz / noop-driver

writing a dummy no-operation driver
0 stars 0 forks source link

completion of phase 1: #1

Closed ziggybaz closed 1 month ago

ziggybaz commented 1 month ago

Spent like 2 hrs debugging cause I had some issues with how the compiler handles traits and futures learnt that when you use async, the compiler automatically generates a future for you so you don't have to do it explicitly.

End of Phase 1(Initialization && Simple Operations) Involved implementing the basic driver interface (init, read, write & shutdown) now what i want to do is improve the error-handling then move on to 'Phase2(concurrency)', wueh hapo nitahema..