N M Sheldon

Results 5 issues of N M Sheldon

My project includes some data (mostly sample files) which I would like my aur package to install into `/usr/local/share/`. Can cargo-aur be configured to include these files in the tar...

When looping through a feature iterator, an early break can cause problems later in the program run, because `reset_feature_reading` is never called. The workaround is, to call `reset_feature_reading` after breaking...

Right now I have to add `serde_json` as a dependency to my project just to wrap the `serde_json::error::Error` error returned by `GeoJson::from_reader` into my own error. It would be convenient...

Right now, I have the following struct: ``` #[derive(Options)] struct Arguments { /// print help message help: bool, #[options(free,required)] /// The file to extract data from source: PathBuf, #[options(free,required)] ///...

I would like to request that `gdal::vector` either export `GeometryRef` or `mod geometry`. I keep on running into situations where I want to store the value returned by gdal::vector::geometry::Geometry::get_geometry in...