livery_stripe_util (livery_stripe v0.1.0)

View Source

Small shared helpers.

Summary

Functions

Lowercase hex encoding of a binary.

Coerce a binary | iolist | atom | integer to a binary.

Functions

lower_hex(Bin)

-spec lower_hex(binary()) -> binary().

Lowercase hex encoding of a binary.

to_bin/1

-spec to_bin(binary() | iolist() | atom() | integer()) -> binary().

Coerce a binary | iolist | atom | integer to a binary.