{"id":62870,"library":"plugin","title":"plugin","description":"Lazily evaluated, order-independent plugins for extensible types.","status":"active","version":"0.2.6","language":"rust","source_language":null,"source_url":"https://github.com/reem/rust-plugin","tags":["plugin","extensible","lazy","order-independent"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nplugin = \"0.2.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add plugin","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Plugin","correct":"use plugin::Plugin;"}],"quickstart":{"code":"use plugin::Plugin;\n\nstruct MyPlugin;\nimpl Plugin for MyPlugin {\n    fn name(&self) -> &'static str {\n        \"my_plugin\"\n    }\n}\n\nfn main() {\n    let plugin = MyPlugin;\n    println!(\"Plugin name: {}\", plugin.name());\n}","lang":"rust","description":"Define and use a simple plugin."},"warnings":[],"env_vars":null,"search_vec":"'evalu':3 'extens':9,12 'independ':6,16 'lazi':13 'lazili':2 'order':5,15 'order-independ':4,14 'plugin':1,7,11 'type':10","created_at":"2026-06-17T16:36:40.537136+00:00","updated_at":"2026-06-17T16:36:40.537136+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/reem/rust-plugin","github":"https://github.com/reem/rust-plugin","docs":"https://docs.rs/plugin/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"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}}