Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jasperav/proc_macro2_helper
- Owner: Jasperav
- License: apache-2.0
- Created: 2020-08-10T07:41:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T10:00:48.000Z (over 1 year ago)
- Last Synced: 2024-04-20T08:22:26.219Z (8 months ago)
- Topics: macro, proc-macro2, rust
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.