Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 634 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 634 Bytes

#TODO

  1. Get the ReadState stuff to a point where it compiles
  2. Get the test using ReadState and ::send() running smoothly
  3. Check correctness of ReadState
  4. Figure out a consistent naming convention
  5. pull out the sending / receiving functions into a trait (think of good names)
  6. Build the WrapperBidir struct. determine if you need marker::Sized. implement traits
  7. Build the WrapperWriter, WrapperReader and WrapperPair that appropriately implement traits
  8. Implement suitable transitions between the wrappers etc.
  9. Add some ultility functions
  10. Create a bunch of tests and comments on the tests to illustrate use cases