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
Library plebeia
val string_of_side : side -> string
val string_of_sides : side list -> string
module Int63 : sig ... end
module Vector : sig ... end
module Bits : sig ... end
include module type of struct include Bits end
module Type = Bits.Type
include module type of struct include Type end
val empty : t
val is_empty : t -> bool
val length : t -> int
val get_i63 : t -> int -> int
val to_string : t -> string
val pp : Utils.Format.formatter -> t -> unit
val pp_debug : Utils.Format.formatter -> t -> unit
type segment = Bits.t
type fat = [ `Left | `Right | `Segment of t ] list
val string_of_segments : t list -> string
val pp_segments : Utils.Format.formatter -> t list -> unit
val of_string : string -> t option
val gen_unsafe_of_encoding : int -> int -> string -> t
val unsafe_of_encoding : int -> string -> t
val to_encoding : t -> int * string
module Serialization : sig ... end
val encoding : t Data_encoding.encoding
module Segs : sig ... end
module StringEnc : sig ... end
module Internal : sig ... end
ON THIS PAGE
No table of contents