package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val encode : bij:'a t -> 'a -> Bencode.t
val decode : bij:'a t -> Bencode.t -> 'a
val to_string : bij:'a t -> 'a -> string
val of_string : bij:'a t -> string -> 'a
val read : bij:'a t -> Pervasives.in_channel -> 'a
val read_stream : bij:'a t -> Pervasives.in_channel -> 'a Stream.t
val write : bij:'a t -> Pervasives.out_channel -> 'a -> unit
val write_stream : bij:'a t -> Pervasives.out_channel -> 'a Stream.t -> unit
OCaml

Innovation. Community. Security.