From c86e54b9ea2c5625bb20b52770049b1f317dddb4 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Sun, 25 Dec 2022 21:03:48 -0600 Subject: [PATCH] docs for --- ethers-solc/src/cache.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ethers-solc/src/cache.rs b/ethers-solc/src/cache.rs index d6379f60..2d9a58f4 100644 --- a/ethers-solc/src/cache.rs +++ b/ethers-solc/src/cache.rs @@ -31,6 +31,7 @@ const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-4"; /// The file name of the default cache file pub const SOLIDITY_FILES_CACHE_FILENAME: &str = "solidity-files-cache.json"; +/// A unique identifier for source files that were compiled together #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize, Hash)] pub struct CompilationUnitId(u64);