package qcow

  1. Overview
  2. Docs

A subset of the Cstruct signature with type t = Cstruct.t list

This should be replaced with another parser, perhaps angstrom?

type t = Cstruct.t list

Data stored as a list of fragments

val to_string : t -> string
val shift : t -> int -> t
val len : t -> int
val sub : t -> int -> int -> t
val get_uint8 : t -> int -> int
val to_cstruct : t -> Cstruct.t

Returns a contiguous Cstruct.t, which may or may not involve a copy.

val memset : t -> int -> unit
module BE : sig ... end