package carton

  1. Overview
  2. Docs

Module H.RSource

Sourcetype src = [
  1. | `Manual
  2. | `String of string
]
Sourcetype decode = [
  1. | `Await
  2. | `Header of int * int
  3. | `Copy of int * int
  4. | `Insert of string
  5. | `End
  6. | `Malformed of string
]
Sourcetype decoder
Sourceval src : decoder -> string -> int -> int -> unit
Sourceval src_rem : decoder -> int
Sourceval src_len : decoder -> int
Sourceval dst_len : decoder -> int
Sourceval decode : decoder -> decode
Sourceval decoder : src -> decoder
Sourceval of_seq : string Seq.t -> [ `Header of int * int | `Copy of int * int | `Insert of string ] Seq.t
OCaml

Innovation. Community. Security.