package carton

  1. Overview
  2. Docs
include UID
type t
type ctx
val empty : ctx
val feed : ctx -> ?off:int -> ?len:int -> bigstring -> ctx
val get : ctx -> t
val compare : t -> t -> int
val length : int
val to_raw_string : t -> string
val pp : t Fmt.t
val of_raw_string : string -> t
val null : t