oliphaunt-extension-postgis 0.2.0

Target-selecting Cargo facade for 1 Oliphaunt PostgreSQL extension member.
Documentation
1
2
3
4
5
6
7
8
9
#![forbid(unsafe_code)]

#[cfg(all(feature = "native", not(any(all(target_os = "linux", target_arch = "aarch64", target_env = "gnu"), all(target_os = "linux", target_arch = "x86_64", target_env = "gnu"), all(target_os = "macos", target_arch = "aarch64"), all(target_os = "windows", target_arch = "x86_64", target_env = "msvc")))))]
compile_error!("oliphaunt-extension-postgis's default native feature supports only linux-arm64-gnu, linux-x64-gnu, macos-arm64, windows-x64-msvc; use a declared native target leaf, or depend on the WASIX carrier directly for WASIX builds.");

pub const PRODUCT: &str = "oliphaunt-extension-postgis";
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const EXTENSION_SQL_NAMES: &[&str] = &["postgis"];
pub const EXTENSION_SQL_NAME: &str = "postgis";