View Source BCS.Encode (ex_bcs v0.1.1)

Utilities for encoding Elixir values into BCS.

Link to this section Summary

Link to this section Functions

@spec encode(term(), BCS.DataType.t()) :: binary()
@spec uleb128(integer() | Decimal.t()) :: binary()