1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 14:30:36 +02:00

bump tokio-util to 0.7 (#446)

This commit is contained in:
Rob Ede
2022-02-15 01:47:27 +00:00
committed by GitHub
parent d229c1e886
commit 217cbd2228
7 changed files with 20 additions and 10 deletions

View File

@ -7,8 +7,8 @@ use super::{Decoder, Encoder};
/// Lines codec. Reads/writes line delimited strings.
///
/// Will split input up by LF or CRLF delimiters. I.e. carriage return characters at the end of
/// lines are not preserved.
/// Will split input up by LF or CRLF delimiters. Carriage return characters at the end of lines are
/// not preserved.
#[derive(Debug, Copy, Clone, Default)]
#[non_exhaustive]
pub struct LinesCodec;