package ppx_deriving_protocol

  1. Overview
  2. No Docs
Ppx for deriving protocol serialisation and de-serialisation of types

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.tar.gz
md5=0681551f28c0f725b491257ef13d7c99

Description

The syntax extension generates code to serialise and de-serialise types. The ppx itself does not contain any protocol specific code, but relies on 'drivers' that defines serialization and de-serialisation of basic types and structures. The library provides both a json (Yojson.Safe.json) driver and a xml_light (Xml.xml) driver.

Published: 16 Nov 2017

Dev Dependencies

None

Used by (1)

  1. aws-s3 = "1.1.0"

Conflicts

None