View Source brotli_decoder (brotli v0.3.2)

Link to this section Summary

Link to this section Types

-opaque t()

Link to this section Functions

-spec new() -> t().
-spec stream(Decoder :: t(), Data :: iodata()) -> {ok | more, iodata()} | error.