package lsp

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

Module Stdune.DigestSource

Digests (MD5)

Sourcetype t
Sourcemodule Set : Set.S with type elt = t
Sourceval to_dyn : t -> Dyn.t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> Ordering.t
Sourceval to_string : t -> string
Sourceval from_hex : string -> t option
Sourceval file : Path.t -> t
Sourceval string : string -> t
Sourceval to_string_raw : t -> string
Sourceval generic : 'a -> t
Sourceval file_with_stats : Path.t -> Unix.stats -> t

Digest a file and its stats. Does something sensible for directories

OCaml

Innovation. Community. Security.