NesUnixinclude module type of struct include Nes endinclude module type of struct include NesPervasives endval either_to_yojson :
'a 'b. ('a -> Yojson.Safe.t) ->
('b -> Yojson.Safe.t) ->
('a, 'b) either ->
Yojson.Safe.tval either_of_yojson :
'a 'b. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('a, 'b) either Ppx_deriving_yojson_runtime.error_orval _ :
(Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('a, 'b) either Ppx_deriving_yojson_runtime.error_orA helper to generate unique identifiers that are somewhat readable. It is not cryptographically secure, but probably good enough.
module Char = Nes.Charmodule Filename = Nes.Filenamemodule Format = Nes.Formatmodule Int = Nes.Intmodule Int64 = Nes.Int64module List = Nes.Listmodule Lwt = Nes.Lwtmodule Lwt_list = Nes.Lwt_listmodule Lwt_stream = Nes.Lwt_streammodule Seq = Nes.Seqmodule String = Nes.Stringmodule Option = Nes.Optionmodule Result = Nes.Resultmodule Fun = Nes.Funmodule Uri = Nes.Urimodule Cache = Nes.Cachemodule Datetime = Nes.Datetimemodule Depart = Nes.Departmodule PartialDate = Nes.PartialDatemodule Slice = Nes.Slicemodule Json = Nes.Jsonmodule Void = Nes.Voidmodule Password = Nes.Passwordmodule NEList = Nes.NEListmodule NEString = Nes.NEStringmodule Pair = Nes.Pairmodule Fresh = Nes.Freshmodule Olwt = Nes.Olwtmodule Rlwt = Nes.Rlwtmodule Process = NesProcessmodule HashedSecret = NesHashedSecretUnixmodule Filesystem = NesFilesystem