Univrse.Util (Univrse v0.2.0) View Source

Utility module of commonly used shared helper functions.

Link to this section Summary

Functions

Recursively iterrates over a value and tags any binary values prior to CBOR encoding.

Recursively iterrates over a value and untags any binary values after CBOR decoding.

Link to this section Functions

Specs

tag_binary(any()) :: any()

Recursively iterrates over a value and tags any binary values prior to CBOR encoding.

Recursively iterrates over a value and untags any binary values after CBOR decoding.