An open API service indexing awesome lists of open source software.

https://github.com/jaykickliter/caut-rust-ref


https://github.com/jaykickliter/caut-rust-ref

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/JayKickliter/caut-rust-ref.svg?branch=master)](https://travis-ci.org/JayKickliter/caut-rust-ref)

# `caut-rust-ref`

`caut-rust-ref` is an implementation of [Cauterize](https://github.com/cauterize-tools/cauterize) for the Rust programming language.

This repository contains two different projects:

1. `caut-rust-ref`: an executable (written in Haskell) for generating Rust types and [de]serializers from a Cauterize schema.
2. `cauterize`: a Rust crate (library) that defines Cauterize traits and provides [de]serializers for primitive types.