View Source Bcs.Encoder (bcs v0.3.0)

Link to this section Summary

Functions

Encode value to specific types.

Unsigned Little Endian Base 128.

Link to this section Functions

@spec encode(value :: term(), type :: term()) :: binary()

Encode value to specific types.

Unsigned Little Endian Base 128.

See https://en.wikipedia.org/wiki/LEB128#Unsigned_LEB128