emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
315 stars 55 forks source link

Check for all whitespaces #58

Closed pscott closed 4 years ago

pscott commented 4 years ago

Minor tweak to catch all whitespaces instead of limiting ourselves to spaces (' ') and tabs ('\t').

This makes the code more international ! :D

See is_whitespace for the exact definition of what is a whitespace :)