Matrix-Zhang / tokio_kcp

A Kcp implementation for tokio
MIT License
176 stars 44 forks source link

Request to let KcpStream support Debug Trait #24

Closed aa51513 closed 1 year ago

aa51513 commented 1 year ago

KcpStream cannot be formatted using {:?} because it doesn't implement Debug

zonyitoo commented 1 year ago

What should it print?

aa51513 commented 1 year ago

What should it print? for example : buffer information(used,remain)