package qcow

  1. Overview
  2. Docs
Support for Qcow2 images

Install

dune-project
 Dependency

Authors

Maintainers

Sources

qcow-0.13.0.tbz
sha256=73375f94d9d4427ec82ee21ac3b2458ed143f616767f535be25e0a77afe1f577
sha512=7af72eb3a1185879a71731443ad3756a8ca6732ae3ddf8d4dce710890af7be19e1d883048c87d71d962de12e3719b0a38baea3be2aa9533e3d58d355ad2faf14

doc/qcow/Qcow_cstructs/index.html

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