Crates.io | proj-sys |
lib.rs | proj-sys |
version | 0.24.0 |
source | src |
created_at | 2018-03-07 16:34:18.354986 |
updated_at | 2024-09-03 20:53:13.063288 |
description | Rust bindings for PROJ v9.4.x |
homepage | |
repository | https://github.com/georust/proj |
max_upload_size | |
id | 54381 |
size | 5,999,836 |
This is a
*-sys
crate; you shouldn't use its API directly. See the
proj
crate for general use.
A guide to PROJ functions can be found here: https://proj.org/development/reference/functions.html.
By default, the crate will search for an acceptable existing libproj
installation on your system using
pkg-config.
If an acceptable installation is not found, proj-sys will attempt to build libproj from source bundled in the crate.
bundled_proj
- forces building libproj from source even if an acceptable
version could be found on your system. Note that SQLite3 must be
present on your system if you wish to use this feature, and that it builds
libproj
without its native network functionality; you will have to
implement your own set of callbacks if you wish to make use of them (see the
proj
crate for an example).bundled_proj_tiff
- If the bundled_proj
feature is enabled, adding the
bundled_proj_tiff
feature will build PROJ with TIFF support. Note that
libtiff must be present on your system if you wish to use this feature.Licensed under either of
at your option.