{"id":65225,"library":"actix-derive","title":"Actix Derive","description":"Derive macros for `actix` actors, simplifying actor implementation.","status":"active","version":"0.6.2","language":"rust","source_language":null,"source_url":"https://github.com/actix/actix","tags":["actix","actor","derive","macro","concurrency"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nactix_derive = \"0.6.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add actix_derive","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Actor","correct":"use actix::Actor;"}],"quickstart":{"code":"use actix::Actor;\n\n#[derive(Actor)]\nstruct MyActor;\n\nfn main() {\n    let _ = MyActor.start();\n}","lang":"rust","description":"Defines a simple actor using the derive macro."},"warnings":[{"fix":"Add `actix = \"0.13\"` to Cargo.toml.","message":"Requires the `actix` crate as a dependency.","severity":"gotcha","affected_versions":">=0.6.0"}],"env_vars":null,"search_vec":"'actix':1,6,11 'actor':7,9,12 'concurr':15 'deriv':2,3,13 'implement':10 'macro':4,14 'simplifi':8","created_at":"2026-06-17T17:07:21.604844+00:00","updated_at":"2026-06-17T17:07:21.604844+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/actix/actix","github":"https://github.com/actix/actix","docs":"https://docs.rs/actix_derive/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}