{"id":70984,"library":"gdal-sys","title":"GDAL Sys","description":"Low level GDAL bindings for Rust.","status":"active","version":"0.12.0","language":"rust","source_language":null,"source_url":"https://github.com/georust/gdal","tags":["gdal","ffi","geospatial","bindings"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngdal-sys = \"0.12.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add gdal-sys","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"GDALDatasetH","correct":"use gdal_sys::GDALDatasetH;"}],"quickstart":{"code":"use gdal_sys::GDALDatasetH;\n\nfn main() {\n    unsafe {\n        let dataset: GDALDatasetH = std::ptr::null_mut();\n        // Use GDAL C API functions\n    }\n}","lang":"rust","description":"Declare a GDAL dataset handle using the low-level FFI bindings."},"warnings":[{"fix":"Install GDAL development libraries (e.g., libgdal-dev on Ubuntu).","message":"Requires GDAL C library to be installed on the system.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'bind':6,12 'ffi':10 'gdal':1,5,9 'geospati':11 'level':4 'low':3 'rust':8 'sys':2","created_at":"2026-06-17T18:21:17.278506+00:00","updated_at":"2026-06-17T18:21:17.278506+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/georust/gdal","github":"https://github.com/georust/gdal","docs":"https://docs.rs/gdal-sys/","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}}