package biniou

  1. Overview
  2. Docs
Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve

Install

dune-project
 Dependency

Authors

Maintainers

Sources

biniou-1.2.2.tbz
sha256=8bf3ff17cd0ecb2d6b6d1d94cb08ef089d44caef96e9bae6be6839d428fa318f
sha512=7d03b3759a3a2e1c77713aa1b8375a1f1917f49d14fe5e3cb01d5e53a12e6385b7a3b0f4827f3be71182c31c416d780e1f9ef011dc205cb8f9b0ab2d8fc23cfd

doc/biniou/Bi_dump/index.html

Module Bi_dumpSource

Sourceval split : string -> string list
Sourceval load_lines : string list -> string -> string list
Sourceval load : in_channel -> string
Sourceval (//) : string -> string -> string
Sourceval default_dict_path : unit -> string option
Sourceval load_dictionary : string option -> string list -> string list
Sourceval write_uniq : out_channel -> string array -> unit
Sourceval save_dictionary : string option -> String.t list -> unit