Module Biocaml_streamable (.ml)

module Biocaml_streamable: sig .. end
A signature for data structures that may be converted to and from a Stream.t.

If you create a new data structure, you should make it compatible with Streamable if possible.


module type S = sig .. end
module type S2 = sig .. end