{"id":23952482,"url":"https://github.com/rencryptofish/ethers-events-derive","last_synced_at":"2025-08-01T20:34:31.437Z","repository":{"id":178122399,"uuid":"378044838","full_name":"rencryptofish/ethers-events-derive","owner":"rencryptofish","description":"issue importing a derive macro from ethers-rs","archived":false,"fork":false,"pushed_at":"2021-06-18T06:25:50.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-06T13:58:57.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rencryptofish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-18T05:34:09.000Z","updated_at":"2021-06-18T06:31:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1a36b8e-5027-41c9-bd09-de022f0cd41b","html_url":"https://github.com/rencryptofish/ethers-events-derive","commit_stats":null,"previous_names":["rencryptofish/ethers-events-derive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencryptofish%2Fethers-events-derive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencryptofish%2Fethers-events-derive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencryptofish%2Fethers-events-derive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rencryptofish%2Fethers-events-derive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rencryptofish","download_url":"https://codeload.github.com/rencryptofish/ethers-events-derive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240457944,"owners_count":19804489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-06T13:58:48.826Z","updated_at":"2025-02-24T09:41:37.907Z","avatar_url":"https://github.com/rencryptofish.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ethers-events-derive\n\nHaving some issues importing derive macros from ethers-rs \n\nThe test is lib.rs, replicating the below test from ethers-contract: \n\nhttps://github.com/gakonst/ethers-rs/blob/master/ethers-contract/tests/common/derive.rs\n\nIn ethers-contract/src/lib the derive macros are under the abigen feature which is included in cargo.toml\n```\n#[cfg(feature = \"abigen\")]\n#[cfg_attr(docsrs, doc(cfg(feature = \"abigen\")))]\npub use ethers_contract_derive::{abigen, EthAbiType, EthEvent};\n```\n\nMain error\n`error[E0433]: failed to resolve: use of undeclared crate or module ethers_core`\n\nResolution\n```\nuse ethers::core as ethers_core;\nuse ethers::contract as ethers_contract;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frencryptofish%2Fethers-events-derive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frencryptofish%2Fethers-events-derive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frencryptofish%2Fethers-events-derive/lists"}