Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasperav/proc_macro2_helper

Helper methods for writing macro's with the proc_macro2 crate
https://github.com/jasperav/proc_macro2_helper

macro proc-macro2 rust

Last synced: about 1 month ago
JSON representation

Helper methods for writing macro's with the proc_macro2 crate

Awesome Lists containing this project

README

        

# Proc macro2 helper

[![Latest Version](https://img.shields.io/crates/v/proc_macro2_helper.svg)](https://crates.io/crates/proc_macro2_helper)
[![Build Status](https://img.shields.io/github/workflow/status/jasperav/proc_macro2_helper/CI/master)](https://github.com/jasperav/proc_macro2_helper/actions)

Various utility code to extract data that can be used with proc macro2

## Usage

```toml
[dependencies]
proc_macro2_helper = "0.1.*"
```

#### License


Licensed under either of Apache License, Version
2.0
or MIT license at your option.



Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.