Registry / other / gdal-sys

gdal-sys

JSON →
library0.12.0rscratesunverified

Low level GDAL bindings for Rust.

# Cargo.toml [dependencies] gdal-sys = "0.12.0"
INSTALL
IMPORT
SIG · GDAL-SYS
G
gdal-sys
otherrustv0.12.0
harness data pending
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.

GDALDatasetH
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 issues
gotchaRequires GDAL C library to be installed on the system.
fix
Install GDAL development libraries (e.g., libgdal-dev on Ubuntu).
affects: >=0.1.0
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gdal-sys — cargo add gdal-sys · libregistry