alloy-sol-macro-expander

Crates.ioalloy-sol-macro-expander
lib.rsalloy-sol-macro-expander
version1.3.1
created_at2024-05-14 15:50:08.610271+00
updated_at2025-08-17 10:04:22.321729+00
descriptionExpander used in the Solidity to Rust procedural macro
homepagehttps://github.com/alloy-rs/core/tree/main/crates/sol-macro-expander
repositoryhttps://github.com/alloy-rs/core
max_upload_size
id1239807
size189,414
core (github:alloy-rs:core)

documentation

README

alloy-sol-macro-expander

This crate contains the expansion logic for a Solidity proc_macro2::TokenStream. It's used to expand and generate Rust bindings from Solidity.

Note: This is not the procedural macro crate, it is intended to be used as library crate.

This crate is used by sol! macro in the alloy-sol-macro crate.

[!WARNING] This crate does not have a stable API, and all exposed functions are subject to change. We reserve the right to make any breaking changes to this crate without notice.

Commit count: 780

cargo fmt