docs for
This commit is contained in:
parent
da92d160fd
commit
c86e54b9ea
|
@ -31,6 +31,7 @@ const ETHERS_FORMAT_VERSION: &str = "ethers-rs-sol-cache-4";
|
||||||
/// The file name of the default cache file
|
/// The file name of the default cache file
|
||||||
pub const SOLIDITY_FILES_CACHE_FILENAME: &str = "solidity-files-cache.json";
|
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)]
|
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize, Hash)]
|
||||||
pub struct CompilationUnitId(u64);
|
pub struct CompilationUnitId(u64);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue