ziggybaz / noop-driver

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

added mock functionality #7

Closed ziggybaz closed 1 month ago

ziggybaz commented 1 month ago

By its very definition a noop driver doesn't do anything but I decided to add some mock functionality i.e reading and writing from buffer,,otherwise this thing would just be me doing function and struct definitions in Rust which I guess it still is though, hehe.