Crates.io | alloy-sol-macro-expander |
lib.rs | alloy-sol-macro-expander |
version | |
source | src |
created_at | 2024-05-14 15:50:08.610271 |
updated_at | 2024-11-05 13:29:13.915588 |
description | Expander used in the Solidity to Rust procedural macro |
homepage | https://github.com/alloy-rs/core/tree/main/crates/sol-macro-expander |
repository | https://github.com/alloy-rs/core |
max_upload_size | |
id | 1239807 |
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 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.