summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/length_delimited.rs
AgeCommit message (Expand)Author
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-02util: documentation example for LengthDelimitedCodec (#2339)Benjamin Halsted
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
2020-01-30codec: use advance over split_to when data is not needed (#2198)Markus Westerlind
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche