| Crates.io | alloy-sol-macro-input |
| lib.rs | alloy-sol-macro-input |
| version | 1.3.1 |
| created_at | 2024-03-30 13:22:12.798144+00 |
| updated_at | 2025-08-17 10:04:06.286355+00 |
| description | Input types for sol!-like macros |
| homepage | https://github.com/alloy-rs/core/tree/main/crates/sol-macro-input |
| repository | https://github.com/alloy-rs/core |
| max_upload_size | |
| id | 1191055 |
| size | 56,939 |
This crate contains inputs to the sol! macro. It sits in-between
the sol-macro and syn-solidity crates, and contains an intermediate
representation of Solidity items. These items are then expanded into
Rust code by the alloy-sol-macro crate.
This crate is not meant to be used directly, but rather is a tool for writing macros that generate Rust code from Solidity code.