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

https://github.com/steadylearner/born-attribute

Project to help users find 'born' crate better with attribute macros.
https://github.com/steadylearner/born-attribute

Last synced: 9 months ago
JSON representation

Project to help users find 'born' crate better with attribute macros.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/steadylearner/born.svg?branch=master)](https://travis-ci.org/steadylearner/born)
[![Image Crate](https://img.shields.io/crates/v/born.svg)](https://crates.io/crates/born)
[![Image Doc](https://img.shields.io/badge/rust-documentation-blue.svg)](https://docs.rs/born/
)

# Remove code duplication with attribute macros

Test it with the command below. The payload is `struct_fields` in src/lib.rs file. Compare the proejct with [born](https://github.com/steadylearner/born) repository.

```console
$cargo test pass -- --nocapture
```