Module Bare_encodingSource

Sourcemodule String_map : sig ... end
Sourcemodule Decode : sig ... end
Sourcemodule Encode : sig ... end
Sourcemodule Pp : sig ... end
Sourceval of_bytes_exn : ?off:int -> 'a Decode.dec -> bytes -> 'a
Sourceval of_bytes : ?off:int -> 'a Decode.dec -> bytes -> ('a, string) result
Sourceval of_string_exn : 'a Decode.dec -> string -> 'a
Sourceval of_string : 'a Decode.dec -> string -> ('a, string) result
Sourceval to_string : 'a Encode.enc -> 'a -> string