-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
blockedCannot be implemented until something else happensCannot be implemented until something else happensenhancementNew feature or request thereforNew feature or request therefor
Description
Prerequisite: #9
-
The type should work like a
tokio_util::codec::Decodertype whereItemisStringandErrorisstd::string::FromUtf8Error. -
A decoder is constructed from a
NewlinePatternvalue and searches a given buffer of bytes for a match; if it finds one, it attempts to decode all bytes up to/through the match usingString::from_utf8(), returning the error if it fails. -
Add options for whether to retain trailing matches and/or yield a final empty string after a final match
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedCannot be implemented until something else happensCannot be implemented until something else happensenhancementNew feature or request thereforNew feature or request therefor