the solc binaries list downloader

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-03-21 14:32:15 +01:00
parent eb685fc668
commit 84a5647a8b
10 changed files with 639 additions and 27 deletions
+8
View File
@@ -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;