package git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raw.DecoderRawSource

Sourcetype t = t
Sourcetype init = Cstruct.t
Sourcetype decoder
Sourceval pp_error : error Fmt.t
Sourceval to_result : Cstruct.t -> (t, error) result
Sourceval default : init -> decoder
Sourceval eval : decoder -> [ `Await of decoder | `End of Cstruct.t * t | `Error of Cstruct.t * error ]
Sourceval finish : decoder -> decoder
OCaml

Innovation. Community. Security.