package ppx_protocol_conv

  1. Overview
  2. Docs
module type Parameters = sig ... end
module type Driver = sig ... end
val mangle : string -> string
module Make (D : Driver) (P : Parameters) : Protocol_conv.Runtime.Driver with type t = D.t