[[bench]]
harness = false
name = "benchmark"
[dev-dependencies.criterion]
version = "0.3"
[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 integer parser (x86_64 SIMD, SSE4.1, AVX2)"
edition = "2018"
homepage = "https://github.com/RoDmitry/atoi_simd"
keywords = ["atoi", "parseint", "parse", "simd"]
license = "MIT OR Apache-2.0"
name = "atoi_simd"
readme = "README.md"
repository = "https://github.com/RoDmitry/atoi_simd"
version = "0.3.0"