foundry-compilers-artifacts-solc 0.20.0

Rust bindings for Solc JSON artifacts
Documentation

foundry-compilers-artifacts-solc

Rust bindings for Solc JSON artifacts.

Provides types for Solc compiler input, output, settings, errors, source maps, and contract artifacts.

Features

  • async: Async artifact loading via tokio.
  • checksum: Content hash computation for artifacts.
  • walkdir: Recursive directory traversal for artifact discovery.
  • rayon: Parallel artifact processing.