Constant stringsext::mission::AF_ALL[][src]

pub const AF_ALL: u128 = 0xffff_ffff_ffff_ffff_ffff_ffff_ffff_fffe;
Expand description

ASCII filter: Let all ASCII pass the filter (0x01..0x100) except Null (0x00) which is “end of string” marker. Null character - Wikipedia