{"id":59882,"library":"gsl","title":"GSL","description":"Rust binding for the GNU Scientific Library, providing numerical routines for scientific computing.","status":"active","version":"7.0.0","language":"rust","source_language":null,"source_url":"https://github.com/GuillaumeGomez/rust-GSL","tags":["scientific","numerical","gsl","binding"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nGSL = \"7.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add GSL","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Matrix","correct":"use gsl::Matrix;"}],"quickstart":{"code":"use gsl::Matrix;\n\nfn main() {\n    let m = Matrix::new(2, 2).unwrap();\n    println!(\"Matrix created: {}x{}\", m.rows(), m.cols());\n}","lang":"rust","description":"Creates a new 2x2 matrix using GSL."},"warnings":[{"fix":"Install GSL via your package manager (e.g., apt install libgsl-dev).","message":"Requires GSL C library installed on the system.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'bind':3,18 'comput':14 'gnu':6 'gsl':1,17 'librari':8 'numer':10,16 'provid':9 'routin':11 'rust':2 'scientif':7,13,15","created_at":"2026-06-16T17:20:10.262165+00:00","updated_at":"2026-06-16T17:20:10.262165+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/GuillaumeGomez/rust-GSL","github":"https://github.com/GuillaumeGomez/rust-GSL","docs":"https://docs.rs/GSL/","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-16","next_check":"2026-12-13","install_tag":null}}