Crate binprot

Source

Modules§

macros

Structs§

BufferWithLen
A buffer serialized as its size first as a nat0, then the payload itself.
Bytes
Nat0
WithLen
A value serialized by first having its size as a nat0, then the encoding of the value itself.

Enums§

Error
Shape

Traits§

BinProtRead
BinProtShape
BinProtSize
BinProtWrite
Digestible

Functions§

binprot_read_with_size
This also uses the “size-prefixed binary protocol”.
binprot_write_with_size
This uses the “size-prefixed binary protocol”. https://ocaml.janestreet.com/ocaml-core/v0.13/doc/async_unix/Async_unix/Writer/index.html#val-write_bin_prot

Type Aliases§

ShapeContext