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 year 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T10:00:48.000Z (almost 3 years ago)
- Last Synced: 2024-04-20T08:22:26.219Z (almost 2 years 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
[](https://crates.io/crates/proc_macro2_helper)
[](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.