Expand description
§NOTICE
This is the very first release and my first project in rust. Feedback is appreciated.
Traits§
- Async
Netstring Read - The
AsyncNetstringRead
trait allows you to read one netstring at a time from any stream that hasAsyncRead
implemented. No implementation is thread-safe and multiple simultaneous reads can corrupt the message stream irreparably. - Async
Netstring Write - The
NetstringWriter
trait allows to write a slice of bytes as a netstring to any stream that implementsAsyncWrite