plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type error =
| Is_file of string * Path.t |
| Is_directory of string * Path.t |
| No_such_file_or_directory of string * Path.t |
| File_or_directory_exists of string * Path.t |
| Path_decode_failure of Segment.t |
| Other of string * string |
Errors. The first parameter is the name of the failed API function
val make : raw_cursor -> Path.t -> cursor
make raw_cursor path
wraps raw_cursor
which points to path
and returns a cursor
val get_raw_cursor : cursor -> raw_cursor
Get the underlying cursor
module Op : sig ... end
module Op_lwt : sig ... end
module Vc : sig ... end
Version control
module Merkle_proof : sig ... end
ON THIS PAGE
No table of contents