Crates.io | alloy-sol-macro-input |
lib.rs | alloy-sol-macro-input |
version | |
source | src |
created_at | 2024-03-30 13:22:12.798144 |
updated_at | 2024-11-05 13:29:03.965307 |
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 |
Cargo.toml error: | TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.