Module RPDec.Base

type t = {
kind : kind;
length : int;
consumed : int;
offset : int64;
crc : Checkseum.Crc32.t;
hash : Hash.t;
raw : Cstruct.t;
}
val get_from_absolute_offset : ztmp:Cstruct.t -> zwin:Inflate.window -> ?⁠chunk:int -> Cstruct.t -> pack -> int64 -> (terror) Stdlib.result Lwt.t