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