package bin_prot

  1. Overview
  2. Docs
A binary protocol generator

Install

Dune Dependency

Authors

Maintainers

Sources

bin_prot-v0.16.0.tar.gz
sha256=3ede8089d809186ba2bc7ade49d814c6d60e0414c2ba075807eaeb05d1d0a2f1

doc/bin_prot.shape/Bin_shape/Uuid/index.html

Module Bin_shape.UuidSource

Uuid.t is used by basetype and annotate.

type t
val of_string : string -> t

of_string s returns a Uuid.t wrapping s. There are currently no requirements of the format of s although it is common to use string in `uuid' format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX There is also no attempt to detect & reject duplicates

val to_string : t -> string
OCaml

Innovation. Community. Security.