solar-compiler 0.2.0

Blazingly fast Solidity compiler
Documentation
1
2
3
4
5
6
7
8
//! Foundry integration tests for Solar codegen.
//!
//! Run with: cargo test -p solar-compiler --test foundry -- --test-threads=1
//!
//! These tests require `anvil`, `cast`, and `solc` to be installed.
#![allow(unused_crate_dependencies)]

mod foundry_harness;