package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

File system over Plebeia tree.

Here, a `cursor` is a zipper over a Plebeia tree.

module Path (Name : Fs_intf.NAME) : sig ... end
module Name8bits : sig ... end

Path encoding. 8bits/1char, the simplest encoding but inefficient

module Name6bits : sig ... end

Path encoding. 6bits/1char. Only chars match with 0-9a-z_- are allowed.

module NameCompressed : sig ... end

Compact path encoding specialized for Tezos context.

module NameCompressed' : sig ... end
module NameCompressed'' : sig ... end
module MakeError (Path : Fs_intf.PATH) : sig ... end
module Make (Name : Fs_intf.NAME) : sig ... end

File system via Plebeia