https://github.com/jaykickliter/caut-rust-ref
https://github.com/jaykickliter/caut-rust-ref
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaykickliter/caut-rust-ref
- Owner: JayKickliter
- License: bsd-3-clause
- Created: 2016-05-09T03:22:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T16:59:14.000Z (over 6 years ago)
- Last Synced: 2025-02-15T11:56:42.703Z (4 months ago)
- Language: Haskell
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.