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

https://github.com/michael-f-bryan/sum_type

A convenience macro for creating a wrapper enum which may be one of several distinct types
https://github.com/michael-f-bryan/sum_type

rust rust-macro

Last synced: 10 months ago
JSON representation

A convenience macro for creating a wrapper enum which may be one of several distinct types

Awesome Lists containing this project

README

          

# sum_type

[![Build Status](https://travis-ci.org/Michael-F-Bryan/sum_type.svg?branch=master)](https://travis-ci.org/Michael-F-Bryan/sum_type)
[![license](https://img.shields.io/github/license/michael-f-bryan/sum_type.svg)](https://github.com/Michael-F-Bryan/sum_type/blob/master/LICENSE)
[![Crates.io](https://img.shields.io/crates/v/sum_type.svg)](https://crates.io/crates/sum_type)
[![Docs.rs](https://docs.rs/sum_type/badge.svg)](https://docs.rs/sum_type/)

A convenience macro for creating a wrapper enum which may be one of several distinct types