Cstruct_sexpSexpression serialisers for Cstruct.t values
type buffer = Cstruct.bufferbuffer is an alias for the corresponding Cstruct.buffer type
val sexp_of_buffer : Cstruct.buffer -> Sexplib.Sexp.tsexp_of_buffer b returns the s-expression representation of the raw memory buffer b
val buffer_of_sexp : Sexplib.Sexp.t -> Cstruct.bufferbuffer_of_sexp s returns a fresh memory buffer from the s-expression s. s should have been constructed using sexp_of_buffer.
val sexp_of_t : t -> Sexplib.Sexp.tsexp_of_t t returns the s-expression representation of the Cstruct t