package qcow-types

  1. Overview
  2. Docs
Minimal set of dependencies for qcow-stream, shared with qcow

Install

dune-project
 Dependency

Authors

Maintainers

Sources

qcow-0.12.2.tbz
sha256=bb12f9f37ad69b54af000e64add460034ea09102687aacb4f748488afe83c868
sha512=883fc7a1d98ee1c272408829050a0b56c785664bc16c0820440d638039e08e55c458813728c2f8c8ac49ceea582a79c3d93142664d5134f87e6bb6618a6b8f66

doc/qcow-types/Qcow_types/index.html

Module Qcow_typesSource

Parsers and printers for types used in qcow2 fields

Sourceval big_enough_for : string -> Cstruct.t -> int -> unit Qcow_error.t

big_enough_for name buf length returns an error with a log message if buffer buf is smaller than length. The name will be included in the error message.

Sourcemodule Int8 : sig ... end
Sourcemodule Int16 : sig ... end
Sourcemodule Int32 : sig ... end
Sourcemodule Int64 : module type of Qcow_int64

Parsers and printers for types used in qcow2 fields

Sourcemodule Int : module type of Qcow_int

Parsers and printers for types used in qcow2 fields

Sourcemodule Cluster : sig ... end