Browse Source

Add things to TODO.md.

wip
Titouan Rigoudy 5 years ago
parent
commit
80ebf389e6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      TODO.md

+ 3
- 0
TODO.md View File

@ -1,6 +1,9 @@
Things to do: Things to do:
------------- -------------
- Define error type for ProtoDecoder errors.
- Remove BytesMut dependency from ProtoEncoder, use Vec<u8> instead.
- Remove dependency on bytes crate entirely.
- Handle RoomLeaveRequest/Response. - Handle RoomLeaveRequest/Response.
- Print out surplus bytes in hex to make analyzing them easier - Print out surplus bytes in hex to make analyzing them easier
- Handle client connections - Handle client connections

Loading…
Cancel
Save