{"id":68891,"library":"complex","title":"Complex","description":"The package is deprecated in favor of num.","status":"deprecated","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/hilbert-space/complex","tags":["deprecated","complex","numbers","math"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncomplex = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add complex","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Complex","correct":"use complex::Complex;"}],"quickstart":{"code":"use complex::Complex;\n\nfn main() {\n    let c = Complex::new(1.0, 2.0);\n    println!(\"Complex: {}\", c);\n}","lang":"rust","description":"Creates a complex number (deprecated)."},"warnings":[{"fix":"Replace with `use num::Complex;` and add `num` to Cargo.toml.","message":"This crate is deprecated; use num::Complex instead.","severity":"breaking","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'complex':1,11 'deprec':5,10 'favor':7 'math':13 'num':9 'number':12 'packag':3","created_at":"2026-06-17T17:55:04.339755+00:00","updated_at":"2026-06-17T17:55:04.339755+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/hilbert-space/complex","github":"https://github.com/hilbert-space/complex","docs":"https://docs.rs/complex/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}