ppx_protocol_conv.driver
Ppx_protocol_driver
ppx_protocol_conv
ppx_protocol_conv.runtime
module type Parameters = sig ... end
module Default_parameters : Parameters
Set of default Parameters
module type Driver = sig ... end
val mangle : string -> string
Helper function to convert snake case identifiers to camel case, e.g. a_bcd_ef -> aBcdEf
module Make (D : Driver) (P : Parameters) : Protocol_conv.Runtime.Driver with type t = D.t