diff --git a/dev/containers/Containers_cbor/index.html b/dev/containers/Containers_cbor/index.html index 11186a86..03c0bd4e 100644 --- a/dev/containers/Containers_cbor/index.html +++ b/dev/containers/Containers_cbor/index.html @@ -1,2 +1,2 @@ -
Containers_cborCBOR encoder/decoder.
The type is chosen to be compatible with ocaml-cbor. See the RFC.
note this is experimental.
note this is only available on OCaml >= 4.08. Below that, the module is empty.
val pp_diagnostic : t CCFormat.printerval to_string_diagnostic : t -> stringval encode : ?buf:Stdlib.Buffer.t -> t -> stringval decode : string -> ( t, string ) Stdlib.resultContainers_cborCBOR encoder/decoder.
The type is chosen to be compatible with ocaml-cbor. See the RFC.
note this is experimental.
note this is only available on OCaml >= 4.08. Below that, the module is empty.
val pp_diagnostic : t CCFormat.printerval to_string_diagnostic : t -> stringval encode : ?buf:Stdlib.Buffer.t -> t -> stringval decode : string -> ( t, string ) Stdlib.result