Email_message_kernel.Octet_streammodule Encoding : sig ... endRFC 2045 MIME-encoded Bigstrings.
val sexp_of_t : t -> Sexplib0.Sexp.tinclude Ppx_compare_lib.Comparable.S with type t := tinclude Ppx_hash_lib.Hashable.S_any with type t := tval hash_fold_t : t Ppx_hash_lib.hash_foldval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval of_string : encoding:Encoding.t -> string -> tval empty : tval encoding : t -> Encoding.tval encoded_contents : t -> Bigstring_shared.tval encoded_contents_string : t -> stringThese are the expensive operation.
val encode : encoding:Encoding.known -> Bigstring_shared.t -> tval decode : t -> Bigstring_shared.t optionNone if encoding is `Unknown.
module Stable : sig ... end