Module Storage.ChunkSource

Bigger data than a cell

Sourceval read : Storage.t -> Index.t -> string

Read a big data which is stored from the specified index

Sourceval write : Storage.t -> string -> (Index.t, Error.t) result

Write a big data and returns the index

Sourceval test_write_read : Random.State.t -> Storage.t -> unit

A test function