Registry / build-tool / ethers-solc

ethers-solc

JSON →
library2.0.14rscratesunverified

Utilites for working with solc

# Cargo.toml [dependencies] ethers-solc = "2.0.14"
INSTALL
IMPORT
SIG · ETHERS-SOLC
E
ethers-solc
build-toolrustv2.0.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Solc
use ethers_solc::Solc;

Get solc compiler version

use ethers_solc::Solc; fn main() { let solc = Solc::default(); println!("{:?}", solc.version()); }
Debug
Known issues
gotchaRequires solc binary installed on system
fix
Install solc via package manager or download from https://github.com/ethereum/solidity
affects: >=2.0.0
Upgrade
Version history
2.0.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
ethers-solc — cargo add ethers-solc · libregistry