Module swiss_army_knife::strings::into_line_feed_terminated_byte_string[][src]

Into a line-feed terminated byte-string.

Structs

UnpaddedDecimalInteger
UnpaddedLowerCaseHexadecimalInteger
UnpaddedOctalInteger
UnpaddedUpperCaseHexadecimalInteger
ZeroPaddedLowerCaseHexadecimalInteger
ZeroPaddedUpperCaseHexadecimalInteger

Traits

IntegerIntoLineFeedTerminatedByteString

How to turn an integer into a line-feed (LF) terminated byte string

IntoLineFeedTerminatedByteString

Converts data to a byte string terminated with a new line (\n).