Up

module Blob

: sig

Binaray blobs.

include Object.S
#
val to_raw : t -> string
#
val of_raw : string -> t
end