Closed
Description
The codec module in tokio-util is currently not as discoverable as I would like. Even when people see the tokio-util
crate, I often see people get confused and think its some multi-media thing.
One thing that needs to be improved in particular is the top-level module description, which currently is
Utilities for encoding and decoding frames.
This should be improve to something that makes it clear that this is about streams and sinks, and splitting things into multiple messages.
Ideas for additional ways of making it discoverable are very welcome!