mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-07-17 14:35:42 +00:00
the solc binaries list downloader
Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//! 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;
|
||||
Reference in New Issue
Block a user