pub fn unix_lines(
stream: UnixStream,
) -> (FramedWrite<OwnedWriteHalf, LinesCodec>, FramedRead<OwnedReadHalf, LinesCodec>)Available on Unix and crate feature
tokio only.Expand description
Helper creates a Unix Stream and Sink for strings delimited by newlines.