rust-scan
rust-scan copied to clipboard
Integer scanners for other radixes.
Should probably do binary, octal (someone might be scanning UNIX permissions!) and hex. Possible names:
int_bin,u8_oct,i32_hexBinInt,OctU8,HexI32