package mstruct

  1. Overview
  2. Docs
A mutable interface to Cstruct buffers

Install

Dune Dependency

Authors

Maintainers

Sources

mstruct-1.4.0.tbz
md5=67382e1d5418f081f1455e03d5959b5f

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 = ()