package cstruct-sexp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cstruct_sexpSource

Sexpression serialisers for Cstruct.t values

Sourcetype buffer = Cstruct.buffer

buffer is an alias for the corresponding Cstruct.buffer type

Sourceval sexp_of_buffer : Cstruct.buffer -> Sexplib.Sexp.t

sexp_of_buffer b returns the s-expression representation of the raw memory buffer b

Sourceval buffer_of_sexp : Sexplib.Sexp.t -> Cstruct.buffer

buffer_of_sexp s returns a fresh memory buffer from the s-expression s. s should have been constructed using sexp_of_buffer.

t is an alias for the corresponding Cstruct.t type

Sourceval sexp_of_t : t -> Sexplib.Sexp.t

sexp_of_t t returns the s-expression representation of the Cstruct t

Sourceval t_of_sexp : Sexplib.Sexp.t -> t

t_of_sexp s returns a fresh Cstruct.t that represents the s-expression previously serialised by sexp_of_t.

OCaml

Innovation. Community. Security.