Module Qcow_cstructsSource

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

This should be replaced with another parser, perhaps angstrom?

Sourcetype t = Cstruct.t list

Data stored as a list of fragments

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

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

Sourceval memset : t -> int -> unit
Sourcemodule BE : sig ... end