package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Fs_impl.Name8bits end
type t = string

Type of file and directory names

val equal : t -> t -> bool
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val is_all_hex : string -> int -> bool
module H = Hashtbl
val keyword_bytes : int
module B : sig ... end
val tbl : (string, Segment.t) H.t
val tbl' : (int * string, string) H.t
val gen_hash : string -> Segment.t * (int * string)
val init : string list -> unit
val c0 : int
val ca : int
val encode5 : bool -> string -> Segment.t
val decode5 : Segment.t -> string option
val to_segment : string -> Segment.t
val of_segment : Segment.t -> string option
val test : string -> unit