Module Avro

Encoding/Decoding for Apache Avro

See https://avro.apache.org/docs/1.7.6/spec.html

module Input : sig ... end

Input

module Output : sig ... end

A sink for bytes.

module Obj_container_file : sig ... end

The object container file storage format

val read_file_l : string -> read:(Input.t -> 'a) -> 'a list

Read list from file

val write_file_seq : string -> schema:string -> write:(Output.t -> 'a -> unit) -> 'a Stdlib.Seq.t -> unit

Write seq to file