//! Utilities for handling strings.
use str;
use Write;
//------------ str_from_ascii ------------------------------------------------
/// Converts a sequence of ASCII octets into a str.
/// Appends the hex representation of a bytes slice to a string.
//------------ AsciiError ----------------------------------------------------
;