package bare_encoding

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module String_map : sig ... end
module Decode : sig ... end
module Encode : sig ... end
module Pp : sig ... end
val of_bytes_exn : ?off:int -> 'a Decode.dec -> bytes -> 'a
val of_bytes : ?off:int -> 'a Decode.dec -> bytes -> ('a, string) result
val of_string_exn : 'a Decode.dec -> string -> 'a
val of_string : 'a Decode.dec -> string -> ('a, string) result
val to_string : 'a Encode.enc -> 'a -> string
OCaml

Innovation. Community. Security.