inet-aton 0.1.0

Converts IPv4 addresses from byte string to integer using SIMD.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 37.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 492 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • inflation/inet-aton
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • inflation

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