Registry / other / gdal-sys

gdal-sys

JSON →
library0.12.0rscratesunverified

Low level GDAL bindings for Rust.

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use gdal_sys::GDALDatasetH;

Declare a GDAL dataset handle using the low-level FFI bindings.

use gdal_sys::GDALDatasetH; fn main() { unsafe { let dataset: GDALDatasetH = std::ptr::null_mut(); // Use GDAL C API functions } }
Debug
Known footguns
gotchaRequires GDAL C library to be installed on the system.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources