File: README.md

package info (click to toggle)
rust-hex-simd 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 128 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# hex-simd

[![Crates.io](https://img.shields.io/crates/v/hex-simd.svg)](https://crates.io/crates/hex-simd)
[![Docs](https://docs.rs/hex-simd/badge.svg)](https://docs.rs/hex-simd/)
[![MIT licensed][mit-badge]][mit-url]

[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: ../../LICENSE

SIMD-accelerated hex encoding and decoding.

Documentation: <https://docs.rs/hex-simd>

Repository: <https://github.com/Nugine/simd>