#hex-string #hex #string-conversion #serialization #serde

hex-wrapper

Wrappers of the convertion between numbers and hex strings

12 stable releases

1.4.1 May 31, 2023
1.4.0 Apr 20, 2023
1.3.2 Jan 28, 2023
1.3.0 Jul 9, 2022
1.0.1 Sep 2, 2021

#729 in Encoding

25 downloads per month

MIT/Apache

21KB
316 lines

The hex-wrapper is a collection of wrappers of the convertion between numbers and hex strings.

See the docs.rs for usages.


lib.rs:

hex-wrapper provides N-bit unsigned hexadecimal numbers.

Roughly speaking, Hex converts between uN and (lowercase) String hexadecimally.

Features

Defaults are all off.

  • rand: Enables random constructors HexN::rand() or HexN::with_rng().
  • serde: Enables conversion used in serde (e.g. for json).
  • db: Enables implementations of diesel v1.4 traits.

Traits

Each hex trait implements the following traits:

Dependencies

~0–680KB
~13K SLoC