mokuya 0.0.7

Generic procedural macro helpers for parsing, type analysis, and derive macro generation.
Documentation
# mokuya

[![Crates.io](https://img.shields.io/crates/v/mokuya.svg)](https://crates.io/crates/mokuya)
[![Docs.rs](https://docs.rs/mokuya/badge.svg)](https://docs.rs/mokuya)
[![License](https://img.shields.io/crates/l/mokuya.svg)](https://github.com/pas2rust/mokuya/blob/main/LICENSE)
![GitHub top language](https://img.shields.io/github/languages/top/pas2rust/mokuya?color=orange&logo=rust&style=flat&logoColor=white)
![GitHub stars](https://img.shields.io/github/stars/pas2rust/mokuya?color=success&style=flat&logo=github)
![GitHub forks](https://img.shields.io/github/forks/pas2rust/mokuya?color=orange&logo=Furry%20Network&style=flat&logoColor=white)
![Tests](https://raw.githubusercontent.com/pas2rust/badges/main/mokuya-tests.svg)
![Crates.io downloads](https://img.shields.io/crates/d/mokuya.svg)
![GitHub last commit](https://img.shields.io/github/last-commit/pas2rust/mokuya?color=ff69b4&label=update&logo=git&style=flat&logoColor=white)


`mokuya` is a utility crate that provides adapters and helpers for writing Rust procedural macros. It simplifies common tasks when working with `syn`, `quote`, and `proc_macro2`, and is designed to help authors build robust and reusable macro code.

## Features

- Utilities for extracting types, arguments, and attributes from `syn`.
- Simple extension utilities for `TokenStream`.
- Reusable and ergonomic error handling structure.
- Great for use in derive, attribute, or function-like procedural macros.
- Zero dependencies outside the core macro ecosystem.

## Installation

Add this to your `Cargo.toml`:

```bash
cargo add mokuya
```

# ❤️ Donate

[![Monero](https://img.shields.io/badge/88NKLkhZf1nTVpaSU6vwG6dwBwb9tFVSM8Lpj3YqdL1PMt8Gm7opV7aUnMYBaAC9Y6a4kfDc3fLGoMVqeSJKNphyLpLdEvC-FF6600?style=flat&logo=monero&logoColor=white)](https://github.com/pas2rust/pas2rust/blob/main/pas-monero-donate.png)
[![Bitcoin](https://img.shields.io/badge/bc1qnlayyh84e9u5pd4m9g9sf4c5zdzswvkmudmdu5-EAB300?style=flat&logo=bitcoin&logoColor=white)](https://github.com/pas2rust/pas2rust/blob/main/pas-bitcoin-donate.png)