hustcer/fbr/decode does not have a README file
pub(all) struct UnbrotliOptions {
out : FixedArray[Byte]?
max_output_size : Int
max_input_size : Int
} derive(Debug)fn UnbrotliStream::push(self : UnbrotliStream, chunk : FixedArray[Byte], final_? : Bool) -> Unit raise FbrErrorfn UnbrotliStream::set_ondata(self : UnbrotliStream, handler : (FixedArray[Byte], Bool) -> Unit) -> Unitfn unbrotli_sync(data : FixedArray[Byte], opts? : UnbrotliOptions) -> FixedArray[Byte] raise FbrErrorPure MoonBit Brotli (.br) encoder and decoder with split encode/decode packages