foundry-compilers-artifacts 0.20.0

Rust bindings for compilers JSON artifacts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# foundry-compilers-artifacts

Rust bindings for compiler JSON artifacts.

This is the umbrella crate that re-exports [`foundry-compilers-artifacts-solc`](https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers/crates/artifacts/solc) and [`foundry-compilers-artifacts-vyper`](https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers/crates/artifacts/vyper).

## Features

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