inet-aton

Crates.ioinet-aton
lib.rsinet-aton
version0.1.0
sourcesrc
created_at2023-06-12 06:52:19.955535
updated_at2023-06-12 06:52:19.955535
descriptionConverts IPv4 addresses from byte string to integer using SIMD.
homepage
repositoryhttps://github.com/inflation/inet-aton
max_upload_size
id887827
size29,496
Inflation (inflation)

documentation

https://docs.rs/inet-aton

README

Faster parsing of IPv4 addresses using SIMD

Ported from https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/blob/master/2023/06/08/src/sse_inet_aton.c

no_std compatible.

License

MIT or Apache-2.0

Commit count: 3

cargo fmt