Function chomp::ascii::is_whitespace [] [src]

pub fn is_whitespace(c: u8) -> bool

ASCII whitespace predicate.

Includes:

  • Horizontal tab (TAB)
  • Line feed (LF)
  • Vertical tab (VT)
  • Form feed (FF)
  • Carriage return (CR)
  • Space