[][src]Crate fixed_buffer

Structs

FixedBuf

FixedBuf is a fixed-length byte buffer. You can write bytes to it and then read them back.

Functions

escape_ascii

Convert a byte slice into a string. Includes printable ASCII characters as-is. Converts non-printable or non-ASCII characters to strings like "\n" and "\x19".