package mstruct

  1. Overview
  2. Docs
Mstruct is a thin mutable layer on top of cstruct

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.3.tar.gz
md5=a7ee7794d5ed082aeb2dfea6e0d8da5c

README.md.html

Mstruct - a mutable interface to Cstruct buffers

Mutable cstruct buffers.

# #require "mstruct";;
# Log.set_log_level Log.DEBUG;;
# let b = Mstruct.create 9;;
val b : Mstruct.t = <abstr>
# Mstruct.set_string b "hello";;
- : unit = ()
# Mstruct.set_uint32 b 32l;;
- : unit = ()