atoi_simd 0.0.2

Rust fast `&str` to `i64` parser (x86_64 SIMD, SSE4.1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
name = "atoi_simd"
path = "src/lib.rs"

[package]
authors = ["Dmitry Rodionov <18184039+RoDmitry@users.noreply.github.com>"]
categories = ["parsing"]
description = "Rust fast `&str` to `i64` parser (x86_64 SIMD, SSE4.1)"
edition = "2018"
homepage = "https://github.com/RoDmitry/atoi_simd"
keywords = ["atoi", "parseint", "simd", "parse", "sse"]
license = "MIT OR Apache-2.0"
name = "atoi_simd"
readme = "README.md"
repository = "https://github.com/RoDmitry/atoi_simd"
version = "0.0.2"