foundry-compilers 0.20.0

Compiler abstraction and Foundry project implementation
Documentation

foundry-compilers

Compiler abstraction and Foundry project implementation.

Originally part of ethers-rs as ethers-solc, this is the compilation backend for Foundry.

Features

  • full: Enables async + svm-solc.
  • async: Adds async methods using tokio.
  • svm-solc: Enables svm to auto-detect and manage solc builds.
  • project-util: Utilities for creating and testing project workspaces.
  • rustls: Uses rustls for TLS (enabled by default).