mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
add some basic docs for cbor
This commit is contained in:
parent
962874c038
commit
db9c613f57
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
||||||
|
|
||||||
The type is chosen to be compatible with ocaml-cbor.
|
The type is chosen to be compatible with ocaml-cbor.
|
||||||
See {{: https://www.rfc-editor.org/rfc/rfc8949.html} the RFC}.
|
See {{: https://www.rfc-editor.org/rfc/rfc8949.html} the RFC}.
|
||||||
|
|
||||||
|
{b note} this is experimental.
|
||||||
|
|
||||||
|
{b note} this is only available on OCaml >= 4.08. Below that, the module
|
||||||
|
is empty.
|
||||||
|
|
||||||
|
@since NEXT_RELEASE
|
||||||
*)
|
*)
|
||||||
|
|
||||||
type t =
|
type t =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue