Fix documentation link to codec module/crate #5825
Labels
A-tokio-util
Area: The tokio-util crate
C-bug
Category: This is a bug.
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-io
Module: tokio/io
T-docs
Topic: documentation
I wanted to use the counterpart
tokio_util::io::SinkWriter
but there's none, instead the docs point to"codec"
but the link is broken.Codec link can be found here:
https://docs.rs/tokio-util/latest/tokio_util/io/struct.SinkWriter.html
Or here:
tokio/tokio-util/src/io/sink_writer.rs
Lines 26 to 27 in 910a1e2
I believe the link could point to
tokio_codec::BytesCodec
instead, but I'm not sure.The text was updated successfully, but these errors were encountered: