alloy-sol-macro-input

Crates.ioalloy-sol-macro-input
lib.rsalloy-sol-macro-input
version1.3.1
created_at2024-03-30 13:22:12.798144+00
updated_at2025-08-17 10:04:06.286355+00
descriptionInput types for sol!-like macros
homepagehttps://github.com/alloy-rs/core/tree/main/crates/sol-macro-input
repositoryhttps://github.com/alloy-rs/core
max_upload_size
id1191055
size56,939
core (github:alloy-rs:core)

documentation

README

alloy-sol-macro-input

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.

Commit count: 780

cargo fmt