mstruct
A mutable interface to Cstruct buffers
README
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 = ()
Install
- Published
-
05 Nov 2017
- Authors
-
- Maintainers
-
Sources
Dependencies
Reverse Dependencies