argv-lite-proc 0.1.0

Internal procedural macro helpers for argv-lite.
Documentation
# argv-lite-proc

Internal procedural macro helpers for [`argv-lite`](https://github.com/enterprise-search/argv-lite).

This crate is **not intended for direct use** by end users. It provides shared macro logic and utilities for the `argv-lite` ecosystem, primarily consumed by [`argv-lite-derive`](https://crates.io/crates/argv-lite-derive).

## Features

- Internal macro parsing and code generation utilities
- Designed for use by `argv-lite` and related crates

## Documentation

See [docs.rs/argv-lite-proc](https://docs.rs/argv-lite-proc) for API documentation.

## License

- MIT license ([LICENSE-MIT]../LICENSE-MIT or http://opensource.org/licenses/MIT)

## Contribution

Contributions are welcome! Please see [CONTRIBUTING.md](../CONTRIBUTING.md) for guidelines.