Add NULL character

This commit is contained in:
Alexis Mousset
2015-03-01 11:23:46 +01:00
parent a4570e960e
commit e790a33ce6

View File

@@ -37,3 +37,6 @@ pub static COLON: &'static str = ":";
/// The ending of message content
pub static MESSAGE_ENDING: &'static str = "\r\n.\r\n";
/// NUL unicode character
pub static NUL: &'static str = "\0";