package mrmime

  1. Overview
  2. Docs
val is_ascii : char -> bool
exception Not_satisfy
type t = {
  1. normalized : string;
  2. raw : string;
}
val pp : Format.formatter -> t -> unit
val failf : ((Format.formatter -> t -> unit) -> t -> t Angstrom.t, Format.formatter, unit, t Angstrom.t) format4 -> (Format.formatter -> t -> unit) -> t -> t Angstrom.t
val with_uutf : (char -> bool) -> t Angstrom.t
val with_uutf_without_raw : (char -> bool) -> string Angstrom.t
val with_uutf1 : (char -> bool) -> t Angstrom.t
val with_uutf1_without_raw : (char -> bool) -> string Angstrom.t
OCaml

Innovation. Community. Security.