alloy-sol-macro-input

Crates.ioalloy-sol-macro-input
lib.rsalloy-sol-macro-input
version
sourcesrc
created_at2024-03-30 13:22:12.798144
updated_at2024-11-05 13:29:03.965307
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
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`
size0
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: 649

cargo fmt