package riot

  1. Overview
  2. Docs
type 'src t
type 'src reader = 'src t
type 'src read = (module Read with type t = 'src)
val of_read_src : 'src. 'src read -> 'src -> 'src t
val read : 'src reader -> buf:Buffer.t -> (int, [> `Closed | `Eof ]) result
module Make (B : Read) : sig ... end
module Buffered : sig ... end
val of_buffer : Buffer.t -> unit Buffered.t t
OCaml

Innovation. Community. Security.