Function rushell_deps_linefeed::chars::is_printable[][src]

pub fn is_printable(c: char) -> bool

Returns whether the character is printable.

That is, not NUL or a control character (other than Tab or Newline).