#solidity #abi #ethereum #evm #encoding

linera-alloy-sol-macro-input

Input types for sol!-like macros

1 unstable release

0.7.4 May 30, 2024

#2273 in Magic Beans

Download history 159/week @ 2024-05-27 103/week @ 2024-06-03 79/week @ 2024-06-10

341 downloads per month
Used in 20 crates (2 directly)

MIT/Apache

380KB
10K SLoC

This crate contains inputs to the sol! macro. It sits in-between the sol-macro and linera-alloy-syn-solidity crates, and contains an intermediate representation of Solidity items. These items are then expanded into Rust code by the linera-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.

Dependencies

~2.3–3.5MB
~72K SLoC