You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add BytesCodec, CapacityDelimiter, BytesFramed and BytesFramedExt trait
* docs: added BytesFramed documentation, renamed CapacityDelimiter to NoopFramer.
* refactor(io): removed BytesFramed, added new_bytes as a Frame implementation.
* docs(io): fix NoopFramer api doc description
* docs(io): fix BytesCoded api doc text
Co-authored-by: Pop <gm@miao.dev>
* refactor(io): added BytesFramed type alias back for better readability
Co-authored-by: Pop <gm@miao.dev>
* refactor(io): return Self and make it more readable
Co-authored-by: Pop <gm@miao.dev>
* refactor(io): remove unnecessary reserve
Co-authored-by: Pop <gm@miao.dev>
* style(io): some code formatting
* style(io): fixed code formatting on api doc example
* style: fixed lint issue
* style: ommit this function arg
* fix: clippy
* fix: compio-io/tests/framed.rs
---------
Co-authored-by: Pop <gm@miao.dev>
0 commit comments