mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-30 03:27:25 +00:00
84a5647a8b
Signed-off-by: xermicus <bigcyrill@hotmail.com>
9 lines
281 B
Rust
9 lines
281 B
Rust
//! This crates provides serializable Rust type definitions for the [solc binary lists][0].
|
|
//! The `download` feature enables helpers to download and cache solc binaries.
|
|
//!
|
|
//! [0]: https://binaries.soliditylang.org
|
|
|
|
#[cfg(feature = "download")]
|
|
pub mod download;
|
|
pub mod list;
|