package mrmime

  1. Overview
  2. Docs
Email parser and generator in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-v0.1.0.tbz
sha256=51f818624667722012d69243673f5e40bdba95fcde2f33d46fb198d2d576c1af
sha512=b02911fbcbc9b9e6c668c1e901f0009cd4f7c05dcd8050fabd62894565d91a2f9239956a78536b80ad113c43d3e18bdaa0f8a2f4979ae3ff0bcd9a61f2ee4a7f

doc/mrmime.encoder/Encoder/Buffer/index.html

Module Encoder.Buffer

type t =
  1. | Bigstring of Bigstringaf.t
  2. | String of string
  3. | Bytes of bytes
val weight : t -> int

Weight of t.

val sub : t -> int -> int -> t

sub t off len does a sub operation of t of len bytes starting at off.

OCaml

Innovation. Community. Security.