Rust fast &str to i64 parser (x86_64 SIMD, SSE4.1)
Must be used when you are certain that the string contains only digits. If you pass not only digits, it will give you the wrong output (not error).
Examples
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;