JiffyEx v0.1.0 JiffyEx.Opts View Source
A converter that converts between the standard Elixir Keyword List options that are typically passed to functions and the options that are passed to Erlang's jiffy library.
Link to this section Summary
Link to this section Functions
Link to this function
parse_decode_opts(opts)
View Source
parse_decode_opts(opts)
View Source
parse_decode_opts(Keyword.t()) :: jiffy_opts()
parse_decode_opts(Keyword.t()) :: jiffy_opts()
Link to this function
parse_encode_opts(opts)
View Source
parse_encode_opts(opts)
View Source
parse_encode_opts(Keyword.t()) :: jiffy_opts()
parse_encode_opts(Keyword.t()) :: jiffy_opts()