package hexstring

  1. Overview
  2. Docs
A library to encode to and decode from hexadecimal strings

Install

Dune Dependency

Authors

Maintainers

Sources

hexstring-0.2.1.tbz
sha256=ab05463895e15c91d47e5aa18be70f00e35bbb8ea7398707306483a7b3e82e20
sha512=a3e51514c5b36be8cc3aee23d41f67a361fbe218a17a9f7c8d0cb7448157ec700547173eba5325611ab4002c4716f709b6ea43c0f204a76702869e0cdd8ad052

CHANGES.md.html

0.2.1 (2020-05-18)

Much more efficient implementations of encode and decode

0.2.0 (2020-05-14)

The decode API cannot panic anymore!

0.1.2 (2020-05-14)

Let's see if this works.

0.1.1 (2020-05-14)

Error releasing 0.1, trying again.

0.1 (2020-05-14)

First version, only supports encode and decode, and decode can panic if given invalid characters.