{"id":58683,"library":"custom-derive","title":"Custom Derive","description":"Provides a macro to enable custom derive attributes, superseded by macro-attr.","status":"deprecated","version":"0.1.7","language":"rust","source_language":null,"source_url":"https://github.com/DanielKeep/rust-custom-derive","tags":["macro","derive","deprecated"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncustom_derive = \"0.1.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add custom_derive","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"custom_derive","correct":"use custom_derive::custom_derive;"}],"quickstart":{"code":"use custom_derive::custom_derive;\n\ncustom_derive! {\n    #[derive(Debug, Clone)]\n    pub struct MyStruct {\n        pub field: i32,\n    }\n}","lang":"rust","description":"Defines a struct with custom derive attributes."},"warnings":[{"fix":"Use `macro-attr` crate instead.","message":"This crate is superseded by `macro-attr` and may not be maintained.","severity":"breaking","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'attr':15 'attribut':10 'custom':1,8 'deprec':18 'deriv':2,9,17 'enabl':7 'macro':5,14,16 'macro-attr':13 'provid':3 'supersed':11","created_at":"2026-06-16T16:34:47.459350+00:00","updated_at":"2026-06-16T16:34:47.459350+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/DanielKeep/rust-custom-derive","github":"https://github.com/DanielKeep/rust-custom-derive","docs":"https://docs.rs/custom_derive/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}