Kxclib.Base64module type Config = sig ... endmodule type T = sig ... endmodule Config_rfc4648 : Configmodule Config_rfc4648_relaxed : Configmodule Config_rfc4648_url : Configmodule Config_rfc4648_url_relaxed : Configinclude sig ... endTakes an input bytes, and writes the encoded string to Buffer.t.
Takes an input string, and writes the decoded bytes to Buffer.t.
Takes an input bytes, and returns the encoded string.