plebeia
Storage.Chunk
Bigger data than a cell
plebeia.msync
plebeia.test_utils
val read : Storage.t -> Index.t -> string
Read a big data which is stored from the specified index
val write : Storage.t -> string -> (Index.t, Error.t) result
Write a big data and returns the index
val test_write_read : Random.State.t -> Storage.t -> unit
A test function