#tokio #traits #parser #netstring

tokio-netstring-trait

A trait for tokios AsyncRead to easily read netstrings from streams

2 unstable releases

0.1.0 Dec 19, 2023
0.0.1 Sep 16, 2021

#537 in Asynchronous

33 downloads per month

Custom license

28KB
551 lines

tokio-netstring

A netstring-parser working with tokio::io::AsyncRead and a netstring-writer working with tokio::io::AsyncWrite


lib.rs:

NOTICE

This is the very first release and my first project in rust. Feedback is appreciated.

Dependencies

~2.5–4MB
~69K SLoC