shape-contour 0.2.2

Rust crate shape-contour supports ESRI J shapefile (C bindings)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! shapefil
//!
//! to control publication included shapefil_bindings.rs

#![allow(unused)]
// #![allow(unused_imports)]
// #![allow(unused_attributes)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]

include!(concat!("../../shapelib/include", "/shapefil_bindings.rs"));