package email_message

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

Module Email_message.Octet_streamSource

Sourcemodule Encoding : sig ... end
Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : t Base__Ppx_hash_lib.hash_fold
Sourceval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
Sourceval of_string : encoding:Encoding.t -> string -> t
Sourceval of_bigstring_shared : encoding:Encoding.t -> Bigstring_shared.t -> t
Sourceval empty : t
Sourceval encoding : t -> Encoding.t
Sourceval encoded_contents : t -> Bigstring_shared.t
Sourceval encoded_contents_string : t -> string
Sourceval encode : encoding:Encoding.known -> Bigstring_shared.t -> t
Sourceval decode : t -> Bigstring_shared.t option
Sourcemodule Stable : sig ... end
OCaml

Innovation. Community. Security.